mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
6cb3fbc8b7
* lsp * progress * 1.36.0
15 lines
284 B
Plaintext
15 lines
284 B
Plaintext
http://localhost {
|
|
bind {$ADDRESS}
|
|
reverse_proxy /api/* https://app.windmill.dev {
|
|
header_up Host {http.reverse_proxy.upstream.hostport}
|
|
}
|
|
reverse_proxy /* http://localhost:3000
|
|
}
|
|
|
|
|
|
https://localhost {
|
|
bind {$ADDRESS}
|
|
reverse_proxy /ws/* http://localhost:3001
|
|
}
|
|
|