1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-04 20:54:53 +00:00
Files
pocket-id/reverse-proxy/Caddyfile
2025-01-24 12:01:27 +01:00

6 lines
198 B
Caddyfile

:{$CADDY_PORT:80} {
reverse_proxy /api/* http://localhost:{$BACKEND_PORT:8080}
reverse_proxy /.well-known/* http://localhost:{$BACKEND_PORT:8080}
reverse_proxy /* http://localhost:{$PORT:3000}
}