undo proxy setting moves

Signed-off-by: Eric Nemchik <eric@nemchik.com>
This commit is contained in:
Eric Nemchik 2024-05-29 08:23:43 -05:00
commit 9147310745
No known key found for this signature in database
2 changed files with 4 additions and 5 deletions

View file

@ -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;
}
}