update `apache2` config
parent
ca58f7693d
commit
c1d09cfb75
|
@ -3,9 +3,9 @@
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
<VirtualHost *:80>
|
<VirtualHost *:80>
|
||||||
DirectoryIndex README.html
|
|
||||||
ServerName bavbavhaus.localhost
|
ServerName bavbavhaus.localhost
|
||||||
DocumentRoot /home/urosm/bavbavhaus.net/public_html
|
DocumentRoot /home/urosm/bavbavhaus.net/public_html
|
||||||
|
DirectoryIndex README.html
|
||||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
ServerName bavbavhaus.net
|
ServerName bavbavhaus.net
|
||||||
ServerAlias www.bavbavhaus.net
|
ServerAlias www.bavbavhaus.net
|
||||||
DocumentRoot /home/urosm/public_html/bavbavhaus.net
|
DocumentRoot /home/urosm/public_html/bavbavhaus.net
|
||||||
|
DirectoryIndex README.html
|
||||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
Loading…
Reference in New Issue