Fix: remove servername reference
This commit is contained in:
parent
5fea8518ed
commit
28030c93bb
@ -1,7 +1,5 @@
|
|||||||
<VirtualHost *:{{ http_port }}>
|
<VirtualHost *:{{ http_port }}>
|
||||||
ServerAdmin webmaster@localhost
|
ServerAdmin webmaster@localhost
|
||||||
ServerName {{ http_host }}
|
|
||||||
ServerAlias www.{{ http_host }}
|
|
||||||
DocumentRoot /var/www/{{ http_host }}
|
DocumentRoot /var/www/{{ http_host }}
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user