Files
atc-agents/caddy/Caddyfile
T

5 lines
69 B
Caddyfile
Raw Normal View History

:80 {
reverse_proxy /api/* api:3201
reverse_proxy /* ui:80
}