1
0
Fork 0

update `apache2` config

urosm 2024-03-19 02:10:48 +01:00
parent c1d09cfb75
commit fd1fc1aaa9
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,7 @@
<VirtualHost *:80>
ServerName bavbavhaus.net
ServerAlias www.bavbavhaus.net
DirectoryIndex README.html
RewriteEngine on
RewriteCond %{SERVER_NAME} =www.bavbavhaus.net [OR]
RewriteCond %{SERVER_NAME} =bavbavhaus.net
@ -11,7 +12,6 @@
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>