From e202855942ac74aaca173f2caf48c3a35e6b0b5a Mon Sep 17 00:00:00 2001 From: Dmitry Teselkin Date: Fri, 31 Oct 2014 09:25:09 +0300 Subject: [PATCH] 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 --- templates/nodepool-log.vhost.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/nodepool-log.vhost.erb b/templates/nodepool-log.vhost.erb index 3e2e240..35b3062 100644 --- a/templates/nodepool-log.vhost.erb +++ b/templates/nodepool-log.vhost.erb @@ -1,4 +1,5 @@ -:80> + + ServerName <%= scope.lookupvar("nodepool::vhost_name") %> DocumentRoot <%= scope.lookupvar("nodepool::image_log_document_root") %> >