fix
This commit is contained in:
parent
f4d7c4f942
commit
ce721c1764
@ -38,6 +38,8 @@ class InstanceSettings extends Model implements SendsEmail
|
||||
return $envDefined;
|
||||
}
|
||||
$url = Url::fromString(Request::getSchemeAndHttpHost());
|
||||
$scheme = $url->getScheme();
|
||||
ray($url);
|
||||
$port = $url->getPort();
|
||||
if ($port) {
|
||||
return 6001;
|
||||
|
@ -229,9 +229,7 @@ function setup_dynamic_configuration()
|
||||
$traefik_dynamic_conf['http']['routers']['coolify-http']['middlewares'] = [
|
||||
0 => 'redirect-to-https@docker',
|
||||
];
|
||||
$traefik_dynamic_conf['http']['routers']['coolify-realtime-ws']['middlewares'] = [
|
||||
0 => 'redirect-to-https@docker',
|
||||
];
|
||||
|
||||
$traefik_dynamic_conf['http']['routers']['coolify-https'] = [
|
||||
'entryPoints' => [
|
||||
0 => 'https',
|
||||
|
Loading…
x
Reference in New Issue
Block a user