1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-22 02:32:51 +01:00

Updated Reverse Proxy (markdown)

John Wohlers 2018-03-07 21:45:05 -06:00
parent 947d04164f
commit 0b07fa643a

@ -23,6 +23,7 @@ With the following contents:
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_redirect off;
proxy_buffering off;
}
access_log /var/log/nginx/sonarr.your-domain.xyz;
}