1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-22 10:42:47 +01:00

This change will prevent sonarr from getting stuck at the loading screen due to "ERR_INCOMPLETE_CHUNKED_ENCODING"

John Wohlers 2018-03-07 21:43:35 -06:00
parent b59d107b29
commit 947d04164f

@ -64,6 +64,8 @@ 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;
} }
} }