mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #2357 from holta/make-js-menu-browsable
Make http://box/js-menu publicly browsable [except where code/security is a risk]
This commit is contained in:
commit
5eec336f0c
1 changed files with 10 additions and 0 deletions
|
@ -16,3 +16,13 @@ location /modules/ {
|
|||
fancyindex_exact_size off; # Output human-readable file sizes.
|
||||
fancyindex_ignore index.htmlf rachel-index.php;
|
||||
}
|
||||
|
||||
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…
Add table
Reference in a new issue