mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 08:01:25 +00:00
16 lines
263 B
Caddyfile
16 lines
263 B
Caddyfile
{
|
|
auto_https off
|
|
}
|
|
|
|
http://{$BASE_URL} {
|
|
bind {$ADDRESS}
|
|
reverse_proxy /ws/* http://lsp:3001
|
|
reverse_proxy /* http://windmill_server:8000
|
|
}
|
|
|
|
https://{$BASE_URL} {
|
|
bind {$ADDRESS}
|
|
reverse_proxy /ws/* http://localhost:3001
|
|
}
|