fix
This commit is contained in:
parent
89614fc047
commit
6192bd2cc4
1 changed files with 1 additions and 2 deletions
|
|
@ -46,12 +46,11 @@ public function submit()
|
|||
$this->validate();
|
||||
$this->settings->save();
|
||||
|
||||
$dynamic_config_path = '/data/coolify/proxy/dynamic';
|
||||
if (config('app.env') == 'local') {
|
||||
$server = Server::findOrFail(1);
|
||||
$dynamic_config_path = '/data/coolify/proxy/dynamic';
|
||||
} else {
|
||||
$server = Server::findOrFail(0);
|
||||
$dynamic_config_path = '/traefik/dynamic';
|
||||
}
|
||||
|
||||
if (empty($this->settings->fqdn)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue