update `apache2` config
parent
ca58f7693d
commit
c1d09cfb75
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue