mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
6 lines
193 B
Caddyfile
6 lines
193 B
Caddyfile
{$BASE_URL} {
|
|
bind {$ADDRESS}
|
|
reverse_proxy /ws/* http://lsp:3001
|
|
# reverse_proxy /ws_mp/* http://multiplayer:3002
|
|
reverse_proxy /* http://windmill_server:8000
|
|
} |