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

9 lines
137 B
Caddyfile

{
auto_https off
}
:80 {
bind {$ADDRESS}
reverse_proxy /api/* http://localhost:8000
reverse_proxy /* http://localhost:3000
}