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:
parent
8fb5356d1a
commit
17e305d1aa
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue