1
0
Fork 0

update `apache2` config

urosm 2024-03-19 02:07:18 +01:00
parent ca58f7693d
commit c1d09cfb75
2 changed files with 2 additions and 1 deletions

View File

@ -3,9 +3,9 @@
</Directory>
<VirtualHost *:80>
DirectoryIndex README.html
ServerName bavbavhaus.localhost
DocumentRoot /home/urosm/bavbavhaus.net/public_html
DirectoryIndex README.html
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>

View File

@ -11,6 +11,7 @@
ServerName bavbavhaus.net
ServerAlias www.bavbavhaus.net
DocumentRoot /home/urosm/public_html/bavbavhaus.net
DirectoryIndex README.html
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>