Fix vhost configuration sections
According to https://wiki.apache.org/httpd/CommonMisconfigurations is is wrong to specify server name in opening tag. ServerName should be used instead. Indentations also fixed in some files. Change-Id: Id9d20a672103221efa01be61a174b62706036e57
This commit is contained in:
parent
3e7c334dec
commit
e202855942
@ -1,4 +1,5 @@
|
||||
<VirtualHost <%= scope.lookupvar("nodepool::vhost_name") %>:80>
|
||||
<VirtualHost *:80>
|
||||
ServerName <%= scope.lookupvar("nodepool::vhost_name") %>
|
||||
|
||||
DocumentRoot <%= scope.lookupvar("nodepool::image_log_document_root") %>
|
||||
<Directory <%= scope.lookupvar("nodepool::image_log_document_root") %>>
|
||||
|
Loading…
x
Reference in New Issue
Block a user