snippet update

This commit is contained in:
2021-08-08 06:51:55 +00:00
parent 8c5e3f9362
commit a02e65700c
6 changed files with 31 additions and 11 deletions

View File

@@ -0,0 +1,6 @@
location / {
include proxy.conf;
include ldap.conf;
proxy_buffering off;
proxy_pass http://$proxy_host:$proxy_port;
}