Skip to content

Commit 9147310

Browse files
committed
undo proxy setting moves
Signed-off-by: Eric Nemchik <eric@nemchik.com>
1 parent 80bdd46 commit 9147310

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

cloudbeaver.subdomain.conf.sample

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

plex.subdomain.conf.sample

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)