From e0645b287a492f41161f16ab87760c6ad734b2c3 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Mon, 15 Sep 2025 17:53:14 -0500 Subject: Fix previous commit --- modules/apache/local.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/apache/local.conf b/modules/apache/local.conf index d1e2a7a..2107088 100644 --- a/modules/apache/local.conf +++ b/modules/apache/local.conf @@ -2,13 +2,13 @@ UserDir "/var/www" DirectoryIndex _.html _.txt - Options MultiViews FollowSymlinks Index + Options MultiViews FollowSymlinks Indexes AllowOverride All Require all granted - Options MultiViews FollowSymlinks Index + Options MultiViews FollowSymlinks Indexes AllowOverride All Require all granted -- cgit v1.2.3