17 lines
352 B
Caddyfile
17 lines
352 B
Caddyfile
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/* https://app.windmill.dev {
|
|
header_up Host {http.reverse_proxy.upstream.hostport}
|
|
}
|
|
}
|
|
|