snippets added

This commit is contained in:
2021-12-04 11:05:01 +01:00
parent 811bcea64e
commit c46ca01a55
9 changed files with 56 additions and 1 deletions

View File

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