Files
jakach-login/apache-conf/000-default.conf

13 lines
321 B
Plaintext

<VirtualHost *:80>
ServerName auth.jakach.ch
DocumentRoot /var/www/html
<Directory /var/www/html>
Options FollowSymLinks
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>