diff --git a/Caddyfile b/Caddyfile index e21ddd28e3..31240bae10 100644 --- a/Caddyfile +++ b/Caddyfile @@ -1,15 +1,5 @@ - -{ - auto_https off -} - {$BASE_URL} { bind {$ADDRESS} reverse_proxy /ws/* http://lsp:3001 reverse_proxy /* http://windmill_server:8000 -} - -{$BASE_URL} { - bind {$ADDRESS} - reverse_proxy /ws/* http://lsp:3001 -} +} \ No newline at end of file