mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-05 00:03:08 +00:00
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
|
|
}
|
|
|