Files
web/caddyfile.dev
Timothy Pidashev 2fd5c7ec36 caddy update
2024-03-16 22:52:40 -07:00

16 lines
196 B
Plaintext

timmypidashev.localhost {
encode gzip
reverse_proxy web:3000
@backend_routes {
path /_event/*
path /_upload
path /ping
}
handle @backend_routes {
reverse_proxy web:8000
}
}