Files
windmill/frontend/Caddyfile
T
2023-04-27 07:35:53 +02:00

13 lines
277 B
Caddyfile

:80 {
bind {$ADDRESS}
reverse_proxy /api/* http://localhost:8000
reverse_proxy /* http://localhost:3000
reverse_proxy /ws/* http://localhost:3001
}
:443 {
bind {$ADDRESS}
reverse_proxy /api/* http://localhost:8000
reverse_proxy /ws/* http://localhost:3001
}