chore: Remove unnecessary null check for proxy_type in generate_default_proxy_configuration
This commit is contained in:
parent
664a990c60
commit
b5a56892fd
1 changed files with 0 additions and 2 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue