mirror of https://github.com/Sonarr/Sonarr
Updated Reverse Proxy (markdown)
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-For $proxy_add_x_forwarded_for;
|
||||||
proxy_set_header X-Forwarded-Proto $scheme;
|
proxy_set_header X-Forwarded-Proto $scheme;
|
||||||
proxy_redirect off;
|
proxy_redirect off;
|
||||||
|
proxy_buffering off;
|
||||||
}
|
}
|
||||||
access_log /var/log/nginx/sonarr.your-domain.xyz;
|
access_log /var/log/nginx/sonarr.your-domain.xyz;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue