mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 05:13:01 +03:00
10 lines
234 B
Caddyfile
10 lines
234 B
Caddyfile
:80 {
|
|
reverse_proxy /api/* http://localhost:8080
|
|
reverse_proxy /.well-known/* http://localhost:8080
|
|
reverse_proxy /* http://localhost:3000
|
|
|
|
log {
|
|
output file /var/log/caddy/access.log
|
|
level WARN
|
|
}
|
|
} |