I am tryin to place lldap behind /lldap/ location in nginx location /lldap/ {
include /config/nginx/snippets/proxy.conf;
proxy_pass http://lldap:17170;
# sub_filter '
' '
';
# sub_filter_once on;
sub_filter '/static/' '/lldap/static/';
sub_filter_once off;
} But any location just downloads index.html, not .js not .css. Any Idea how to resolve this?