Files
web/Caddyfile.dev
2024-03-07 14:52:30 -08:00

8 lines
66 B
Caddyfile

{
auto_https off
}
127.0.0.1:80 {
reverse_proxy landing:3000
}