1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-14 20:22:08 +00:00

Expose http://box/js-menu except for 2 subdirs that contain code (js, services)

This commit is contained in:
A Holt 2020-04-26 15:45:42 -04:00 committed by GitHub
parent 8fb5356d1a
commit 17e305d1aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,4 +19,10 @@ location /modules/ {
location /js-menu/ {
fancyindex on; # autoindex on;
location /js-menu/menu-files/js/ {
fancyindex off; # autoindex off;
}
location /js-menu/menu-files/services/ {
fancyindex off; # autoindex off;
}
}