mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
f5cd65093c
Co-authored-by: ex0ns <ex0ns@protonmail.ch>
12 lines
217 B
Plaintext
12 lines
217 B
Plaintext
{
|
|
auto_https off
|
|
}
|
|
|
|
:8080 {
|
|
bind {$ADDRESS}
|
|
reverse_proxy /api/* http://windmill:8000
|
|
reverse_proxy /* http://localhost:3000
|
|
reverse_proxy /ws/* http://lsp:3001 {
|
|
lb_policy header "Authorization"
|
|
}
|
|
} |