mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
18 lines
404 B
Plaintext
18 lines
404 B
Plaintext
http://localhost {
|
|
bind {$ADDRESS}
|
|
reverse_proxy /api/* https://app.windmill.dev {
|
|
header_up Host {http.reverse_proxy.upstream.hostport}
|
|
header_down Set-Cookie windmill.dev localhost
|
|
}
|
|
reverse_proxy /* http://localhost:3000
|
|
}
|
|
|
|
|
|
https://localhost {
|
|
bind {$ADDRESS}
|
|
reverse_proxy /ws/* https://app.windmill.dev {
|
|
header_up Host {http.reverse_proxy.upstream.hostport}
|
|
}
|
|
}
|
|
|