Add config changes required to log real IP

This commit is contained in:
anoma 2020-05-04 18:14:46 +00:00 committed by GitHub
parent fb47872e88
commit 02163a0126
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
# make sure that your dns has a cname set for airsonic and that your airsonic container is not using a base url # make sure that your dns has a cname set for airsonic and that your airsonic container is not using a base url
# add `server.use-forward-headers=true` to `/config/application.properties` to ensure logs contain real source IP
server { server {
listen 443 ssl; listen 443 ssl;