17 lines
407 B
ApacheConf

<VirtualHost *:80>
Alias /znoteaac /var/www/ZnoteAAC
ServerAdmin webmaster@localhost
DocumentRoot /var/www/ZnoteAAC
<Directory /var/www/ZnoteAAC>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/znoteaac-error.log
CustomLog ${APACHE_LOG_DIR}/znoteaac-access.log combined
</VirtualHost>
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet