summaryrefslogtreecommitdiffstats
path: root/apache2/ma.lfurio.us.conf
blob: 5def6535d158af9b7fc791828d39d3ee237d3eef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<VirtualHost *:80>
    ServerName ma.lfurio.us
    ServerAdmin solicitations@lfurio.us
    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>