[download-web/mirrorbits] nginx: Enable fancyindex outside the location block



commit 5bebfca218d4e525cf9a77c87af3a43d285dec42
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Tue Dec 8 17:17:21 2020 +0100

    nginx: Enable fancyindex outside the location block

 nginx/nginx.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index bf3b946..423e1c3 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -36,7 +36,7 @@ http {
         server_name _;
 
         root /srv/ftp;
-        autoindex on;
+        fancyindex on;
 
         location ~ .*/$ {
             fancyindex on;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]