diff options
author | Malfurious <m@lfurio.us> | 2020-07-03 09:17:30 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2020-07-03 09:17:30 -0400 |
commit | 39ec76e0d3fb6c88081fb4b5e5c3324441a114e4 (patch) | |
tree | 2783d2eeacf9d761e11cb3dedd45784aedf19958 /apache2 | |
parent | 432ded0670b74e858c34f49712920251e8453bea (diff) | |
download | site-39ec76e0d3fb6c88081fb4b5e5c3324441a114e4.tar.gz site-39ec76e0d3fb6c88081fb4b5e5c3324441a114e4.zip |
Fix permissions for alternate webroot
Diffstat (limited to 'apache2')
-rw-r--r-- | apache2/ma.lfurio.us.conf | 6 |
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> |