mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-10 09:13:31 +03:00
11 lines
262 B
Caddyfile
11 lines
262 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}
|
|
|
|
log {
|
|
output file /var/log/caddy/access.log
|
|
level WARN
|
|
}
|
|
}
|