1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Make http://box/js-menu publicly browsable

This commit is contained in:
A Holt 2020-04-22 14:55:40 -04:00 committed by GitHub
parent 87718c8664
commit 8fb5356d1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,3 +16,7 @@ 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;
}