From c51ae5725ff9a46474b0facf159b3754eb3eccea Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Mon, 15 Sep 2025 17:49:31 -0500 Subject: modules/apache/local: Enable auto-indexing --- modules/apache/local.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/apache/local.conf b/modules/apache/local.conf index d6dbfda..d1e2a7a 100644 --- a/modules/apache/local.conf +++ b/modules/apache/local.conf @@ -2,13 +2,13 @@ UserDir "/var/www" DirectoryIndex _.html _.txt - Options MultiViews FollowSymlinks + Options MultiViews FollowSymlinks Index AllowOverride All Require all granted - Options MultiViews FollowSymlinks + Options MultiViews FollowSymlinks Index AllowOverride All Require all granted -- cgit v1.2.3