Files
windmill/frontend/Caddyfile
2023-04-01 14:53:45 +02:00

12 lines
258 B
Caddyfile

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