Files
windmill/frontend/CaddyfileRemote
Ruben Fiszel 2e132878e4 first commit
2022-05-05 04:25:58 +02:00

17 lines
356 B
Caddyfile

http://localhost {
bind {$ADDRESS}
reverse_proxy /api/* https://alpha.windmill.dev {
header_up Host {http.reverse_proxy.upstream.hostport}
}
reverse_proxy /* http://localhost:3000
}
https://localhost {
bind {$ADDRESS}
reverse_proxy /ws/* https://alpha.windmill.dev {
header_up Host {http.reverse_proxy.upstream.hostport}
}
}