mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
Commented out reloadCaddy() calls in DynamicConfigurationNavbar.php, NewDynamicConfiguration.php, and Server.php
This commit is contained in:
@@ -250,7 +250,7 @@ class Server extends BaseModel
|
||||
instant_remote_process([
|
||||
"rm -f $file",
|
||||
], $this);
|
||||
$this->reloadCaddy();
|
||||
// $this->reloadCaddy();
|
||||
|
||||
} else {
|
||||
$url = Url::fromString($settings->fqdn);
|
||||
@@ -264,7 +264,7 @@ $schema://$host {
|
||||
instant_remote_process([
|
||||
"echo '$base64' | base64 -d > $file",
|
||||
], $this);
|
||||
$this->reloadCaddy();
|
||||
// $this->reloadCaddy();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user