mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 08:01:25 +00:00
f5cd65093c
Co-authored-by: ex0ns <ex0ns@protonmail.ch>
12 lines
222 B
Caddyfile
12 lines
222 B
Caddyfile
{
|
|
auto_https off
|
|
}
|
|
|
|
:80 {
|
|
bind {$ADDRESS}
|
|
reverse_proxy /api/* http://localhost:8000
|
|
reverse_proxy /* http://localhost:3000
|
|
reverse_proxy /ws/* http://localhost:3001 {
|
|
lb_policy header "Authorization"
|
|
}
|
|
} |