fix caddyfile to re-enable lsp

This commit is contained in:
Ruben Fiszel
2023-03-22 21:55:59 +01:00
parent 6cafc36f0f
commit a2f3df3d22
+1 -1
View File
@@ -11,5 +11,5 @@ http://{$BASE_URL} {
https://{$BASE_URL} {
bind {$ADDRESS}
reverse_proxy /ws/* http://localhost:3001
reverse_proxy /ws/* http://lsp:3001
}