summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/apache/local.conf4
1 files 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
<Directory "/var/www">
- Options MultiViews FollowSymlinks Index
+ Options MultiViews FollowSymlinks Indexes
AllowOverride All
Require all granted
</Directory>
<Directory "/home/*/www">
- Options MultiViews FollowSymlinks Index
+ Options MultiViews FollowSymlinks Indexes
AllowOverride All
Require all granted
</Directory>