https://github.com/lldap/lldap logo
VoidTouch - I am tryin to place lldap behind /l...
# troubleshooting
v
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?
a
message has been deleted
n
Check out issue 870, there's a solution for that (it's not really officially supported, see argumentation in issue 247). You need to make your own index.html and mount it. Sorry for the links, I'm on the phone
v
Thank you, checking it