blob: 5def6535d158af9b7fc791828d39d3ee237d3eef (
plain) (
tree)
|
|
<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>
|