This commit is contained in:
Andras Bacsai 2023-06-23 10:33:25 +02:00
parent 3d8024b0d9
commit 697bbe29bc
3 changed files with 3 additions and 3 deletions

View File

@ -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";

View File

@ -1,3 +1,3 @@
<?php
return '4.0.0-beta.7';
return '4.0.0-beta.8';

View File

@ -4,7 +4,7 @@
"version": "3.12.32"
},
"v4": {
"version": "4.0.0-beta.7"
"version": "4.0.0-beta.8"
}
}
}