diff --git a/bootstrap/helpers/proxy.php b/bootstrap/helpers/proxy.php index 127404d4b..c4c15b8fe 100644 --- a/bootstrap/helpers/proxy.php +++ b/bootstrap/helpers/proxy.php @@ -137,8 +137,6 @@ function generate_default_proxy_configuration(Server $server) 'external' => true, ]; }); - // TODO: This should not be null on new servers, but it is. - ray($proxy_type); if ($proxy_type === ProxyTypes::TRAEFIK->value) { $labels = [ 'traefik.enable=true',