diff --git a/bootstrap/helpers/proxy.php b/bootstrap/helpers/proxy.php index c029ae4a3..0a3865bdb 100644 --- a/bootstrap/helpers/proxy.php +++ b/bootstrap/helpers/proxy.php @@ -82,7 +82,7 @@ function getProxyConfiguration(Server $server) } return Yaml::dump($config, 4, 2); } -function setup_default_redirect_404(string $redirect_url, Server $server) +function setup_default_redirect_404(string|null $redirect_url, Server $server) { $traefik_dynamic_conf_path = '/data/coolify/proxy/dynamic'; $traefik_default_redirect_file = "$traefik_dynamic_conf_path/default_redirect_404.yaml"; diff --git a/config/version.php b/config/version.php index e91e6f65c..3854d4e30 100644 --- a/config/version.php +++ b/config/version.php @@ -1,3 +1,3 @@