Updated Reverse Proxy (markdown)

John Wohlers 2018-03-07 21:45:05 -06:00
parent 947d04164f
commit 0b07fa643a
1 changed files with 1 additions and 0 deletions

@ -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;
}