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

@@ -71,7 +71,7 @@ class NewDynamicConfiguration extends Component
"echo '{$base64_value}' | base64 -d > {$file}",
], $this->server);
if ($proxy_type === 'CADDY') {
$this->server->reloadCaddy();
// $this->server->reloadCaddy();
}
$this->dispatch('loadDynamicConfigurations');
$this->dispatch('dynamic-configuration-added');