mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-19 13:20:51 +00:00
Fixed incorrect caddy proxy config file path on ui
This commit is contained in:
@@ -43,9 +43,9 @@ class Proxy extends Component
|
||||
$this->redirectUrl = data_get($this->server, 'proxy.redirect_url');
|
||||
}
|
||||
|
||||
public function getConfigurationFilePathProperty()
|
||||
public function getConfigurationFilePathProperty(): string
|
||||
{
|
||||
return $this->server->proxyPath().'docker-compose.yml';
|
||||
return rtrim($this->server->proxyPath(), '/') . '/docker-compose.yml';
|
||||
}
|
||||
|
||||
public function changeProxy()
|
||||
|
||||
Reference in New Issue
Block a user