mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 16:02:14 +00:00
63102b036c
* Merge? * Fix V8 breaking change * WIP * WIP * Cleanup * Move to git reference * Fix Merge conflict * update --------- Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
13 lines
219 B
Plaintext
13 lines
219 B
Plaintext
{
|
|
auto_https off
|
|
}
|
|
|
|
:8080 {
|
|
bind {$ADDRESS}
|
|
reverse_proxy /api/* http://localhost:8000
|
|
reverse_proxy /* http://localhost:3000
|
|
reverse_proxy /ws/* http://lsp:3001 {
|
|
lb_policy header "Authorization"
|
|
}
|
|
}
|