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,9 @@
location /$proxy_location {
include ldap.conf;
rewrite_log on;
rewrite /$proxy_location/(.*) /$1 break;
rewrite ^/$proxy_location$ /$proxy_location/ permanent;
include proxy.conf;
proxy_buffering off;
proxy_pass http://$proxy_host:$proxy_port;
}