mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2026-07-08 17:42:32 +02:00
undo proxy setting moves
Signed-off-by: Eric Nemchik <eric@nemchik.com>
This commit is contained in:
@@ -10,6 +10,8 @@ server {
|
||||
include /config/nginx/ssl.conf;
|
||||
|
||||
client_max_body_size 75M;
|
||||
proxy_redirect off;
|
||||
proxy_buffering off;
|
||||
|
||||
# enable for ldap auth (requires ldap-location.conf in the location block)
|
||||
#include /config/nginx/ldap-server.conf;
|
||||
@@ -41,7 +43,5 @@ server {
|
||||
set $upstream_proto http;
|
||||
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
||||
|
||||
proxy_buffering off;
|
||||
proxy_redirect off;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user