Files
pocket-id/reverse-proxy/Caddyfile
2024-09-26 09:08:59 +02:00

10 lines
275 B
Caddyfile

:80 {
reverse_proxy /api/* http://localhost:{$BACKEND_PORT:8080}
reverse_proxy /.well-known/* http://localhost:{$BACKEND_PORT:8080}
reverse_proxy /* http://localhost:{$PORT:3000}
log {
output file /var/log/caddy/access.log
level WARN
}
}