From efd22055afaf8dd493250407eb3cb76295e69935 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/zuul.vhost.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/zuul.vhost.erb b/templates/zuul.vhost.erb index ba31723..b0ed669 100644 --- a/templates/zuul.vhost.erb +++ b/templates/zuul.vhost.erb @@ -1,4 +1,5 @@ -:80> + + ServerName <%= scope.lookupvar("::zuul::vhost_name") %> ServerAdmin <%= scope.lookupvar("::zuul::serveradmin") %> DocumentRoot /var/lib/zuul/www