nomadweb/deploy/caddy/nomadweb.caddy
2026-08-28 20:11:05 -05:00

20 lines
246 B
Plaintext

nomadweb.nomadro.com {
encode gzip
handle /api/* {
reverse_proxy 127.0.0.1:8055
}
handle /docs* {
reverse_proxy 127.0.0.1:8055
}
handle /openapi.json {
reverse_proxy 127.0.0.1:8055
}
handle {
reverse_proxy 127.0.0.1:3055
}
}