Commented out reloadCaddy() calls in DynamicConfigurationNavbar.php, NewDynamicConfiguration.php, and Server.php

This commit is contained in:
Andras Bacsai
2024-03-11 20:39:41 +01:00
parent 8eacf67725
commit 6950966b06
3 changed files with 4 additions and 4 deletions

View File

@@ -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();
}
}
}