File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ server {
1010 include /config/nginx/ssl.conf;
1111
1212 client_max_body_size 75M;
13+ proxy_redirect off;
14+ proxy_buffering off;
1315
1416 # enable for ldap auth (requires ldap-location.conf in the location block)
1517 #include /config/nginx/ldap-server.conf;
@@ -41,7 +43,5 @@ server {
4143 set $upstream_proto http;
4244 proxy_pass $upstream_proto://$upstream_app:$upstream_port;
4345
44- proxy_buffering off;
45- proxy_redirect off;
4646 }
4747}
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ server {
1414 include /config/nginx/ssl.conf;
1515
1616 client_max_body_size 0;
17+ proxy_redirect off;
18+ proxy_buffering off;
1719
1820 # enable for ldap auth (requires ldap-location.conf in the location block)
1921 #include /config/nginx/ldap-server.conf;
@@ -45,9 +47,6 @@ server {
4547 set $upstream_proto http;
4648 proxy_pass $upstream_proto://$upstream_app:$upstream_port;
4749
48- proxy_buffering off;
49- proxy_redirect off;
50-
5150 proxy_set_header X-Plex-Client-Identifier $http_x_plex_client_identifier;
5251 proxy_set_header X-Plex-Device $http_x_plex_device;
5352 proxy_set_header X-Plex-Device-Name $http_x_plex_device_name;
You can’t perform that action at this time.
0 commit comments