summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apache2/ma.lfurio.us.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/apache2/ma.lfurio.us.conf b/apache2/ma.lfurio.us.conf
index 45c60d1..5def653 100644
--- a/apache2/ma.lfurio.us.conf
+++ b/apache2/ma.lfurio.us.conf
@@ -4,4 +4,10 @@
DocumentRoot /ma.lfurio.us/www
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
+
+ <Directory /ma.lfurio.us/www>
+ Options Indexes FollowSymlinks
+ AllowOverride None
+ Require all granted
+ </Directory>
</VirtualHost>