Fix styling
This commit is contained in:
		
				
					committed by
					
						
						github-actions[bot]
					
				
			
			
				
	
			
			
			
						parent
						
							22a7d85e58
						
					
				
				
					commit
					c6658e1ac7
				
			@@ -322,7 +322,7 @@ respond 404
 | 
			
		||||
        $dynamic_config_path = $this->proxyPath().'/dynamic';
 | 
			
		||||
        if ($this->proxyType() === 'TRAEFIK_V2') {
 | 
			
		||||
            $file = "$dynamic_config_path/coolify.yaml";
 | 
			
		||||
            if (empty($settings->fqdn) || (isCloud() && $this->id !== 0) || !$this->isLocalhost()) {
 | 
			
		||||
            if (empty($settings->fqdn) || (isCloud() && $this->id !== 0) || ! $this->isLocalhost()) {
 | 
			
		||||
                instant_remote_process([
 | 
			
		||||
                    "rm -f $file",
 | 
			
		||||
                ], $this);
 | 
			
		||||
@@ -428,7 +428,7 @@ respond 404
 | 
			
		||||
            }
 | 
			
		||||
        } elseif ($this->proxyType() === 'CADDY') {
 | 
			
		||||
            $file = "$dynamic_config_path/coolify.caddy";
 | 
			
		||||
            if (empty($settings->fqdn) || (isCloud() && $this->id !== 0) || !$this->isLocalhost()) {
 | 
			
		||||
            if (empty($settings->fqdn) || (isCloud() && $this->id !== 0) || ! $this->isLocalhost()) {
 | 
			
		||||
                instant_remote_process([
 | 
			
		||||
                    "rm -f $file",
 | 
			
		||||
                ], $this);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user