Fix: remove servername reference

This commit is contained in:
Bertrand Benjamin 2020-09-23 17:51:13 +02:00
parent 5fea8518ed
commit 28030c93bb
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,5 @@
<VirtualHost *:{{ http_port }}>
ServerAdmin webmaster@localhost
ServerName {{ http_host }}
ServerAlias www.{{ http_host }}
DocumentRoot /var/www/{{ http_host }}
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined