From 925bc2b31bc05c6fca7d0d5c7bc7390c8e768c21 Mon Sep 17 00:00:00 2001 From: "root@culturestrings" Date: Fri, 13 Aug 2021 20:22:24 +0000 Subject: nginx: abandom fancyindex in favor of the built-in autoindex functionality. --- public/fs/etc/nginx/vhosts.d/nginx.index.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/fs/etc/nginx/vhosts.d/nginx.index.conf.in') diff --git a/public/fs/etc/nginx/vhosts.d/nginx.index.conf.in b/public/fs/etc/nginx/vhosts.d/nginx.index.conf.in index 8cbae91..8550195 100644 --- a/public/fs/etc/nginx/vhosts.d/nginx.index.conf.in +++ b/public/fs/etc/nginx/vhosts.d/nginx.index.conf.in @@ -10,7 +10,7 @@ server { location / { root /srv/www/htdocs/@sitezone@/@sitepref@; - fancyindex on; + autoindex on; ssi on; } -- cgit v1.2.3