Files
jakach-login/apache-conf/000-default.conf
T
2026-05-15 10:06:55 +02:00

17 lines
376 B
Plaintext

ServerTokens Prod
ServerSignature Off
TraceEnable Off
<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>