From 8fb5356d1a47e5bb90587572b0f310a356def8e5 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 22 Apr 2020 14:55:40 -0400 Subject: [PATCH] Make http://box/js-menu publicly browsable --- roles/nginx/templates/iiab.conf.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/nginx/templates/iiab.conf.j2 b/roles/nginx/templates/iiab.conf.j2 index d1c01c122..bf7e23443 100644 --- a/roles/nginx/templates/iiab.conf.j2 +++ b/roles/nginx/templates/iiab.conf.j2 @@ -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; +}