From 697bbe29bc4dd86cdc74cb925746908e889ea153 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Fri, 23 Jun 2023 10:33:25 +0200 Subject: [PATCH] fix --- bootstrap/helpers/proxy.php | 2 +- config/version.php | 2 +- versions.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 @@