diff options
-rw-r--r-- | modules/apache/local.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/apache/local.conf b/modules/apache/local.conf index 8223286..7507799 100644 --- a/modules/apache/local.conf +++ b/modules/apache/local.conf @@ -3,5 +3,6 @@ DirectoryIndex _.html _.txt <Directory "/home/*/www"> Options MultiViews ExecCGI + AllowOverride All Require all granted </Directory> |