update caddyfile

This commit is contained in:
Ruben Fiszel
2023-04-08 14:00:51 +02:00
parent a72de74dfb
commit 7ca9035b53
+1 -11
View File
@@ -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
}
}