yannmoelle/mylinks.conf

6 lines
218 B
Plaintext
Raw Normal View History

2023-04-14 18:22:51 +02:00
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html/mylinks/
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>