mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 04:27:37 +03:00
* add docker compose examples, with traefik or caddy and without, fixes #476 * ignore the docker-compose in root, but not the one in contrib
7 lines
No EOL
232 B
Caddyfile
7 lines
No EOL
232 B
Caddyfile
https://your.website {
|
|
reverse_proxy * navidrome:4533 {
|
|
header_up Host {http.reverse_proxy.upstream.hostport}
|
|
header_up X-Forwarded-For {http.request.remote}
|
|
header_up X-Real-IP {http.reverse_proxy.upstream.port}
|
|
}
|
|
} |