fix
This commit is contained in:
parent
f4d7c4f942
commit
ce721c1764
2 changed files with 3 additions and 3 deletions
|
|
@ -38,6 +38,8 @@ public static function realtimePort()
|
|||
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…
Reference in a new issue