diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/apache/local.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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 <Directory "/var/www"> - Options MultiViews FollowSymlinks + Options MultiViews FollowSymlinks Index AllowOverride All Require all granted </Directory> <Directory "/home/*/www"> - Options MultiViews FollowSymlinks + Options MultiViews FollowSymlinks Index AllowOverride All Require all granted </Directory> |