Files
pocket-id/reverse-proxy/Caddyfile

11 lines
248 B
Caddyfile
Raw Normal View History

2024-08-12 11:00:25 +02:00
:80 {
2024-09-27 11:10:33 +02:00
reverse_proxy /api/* http://localhost:{$BACKEND_PORT:8080}
reverse_proxy /.well-known/* http://localhost:{$BACKEND_PORT:8080}
reverse_proxy /* http://localhost:{$PORT:3000}
2024-08-12 11:00:25 +02:00
2024-09-27 11:10:33 +02:00
log {
output file /var/log/caddy/access.log
level WARN
}
}