From 9b8932b267d94ad3075cafd04ab95ce3b09ff2fb Mon Sep 17 00:00:00 2001 From: Daniel Hobley Date: Thu, 18 Feb 2016 16:24:35 +0100 Subject: [PATCH] Fixed a bug where the Require parameter would be on the same line as location - This is then ignored by Apache --- apache/vhosts/standard.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache/vhosts/standard.tmpl b/apache/vhosts/standard.tmpl index 562336e..744dcb7 100644 --- a/apache/vhosts/standard.tmpl +++ b/apache/vhosts/standard.tmpl @@ -108,7 +108,7 @@ } %} - {%- if apache.use_require %} + {% if apache.use_require %} {%- if lvals.get('Require') != False %}Require {{lvals.Require}}{% endif %} {% else %} {%- if lvals.get('Order') != False %}Order {{ lvals.Order }}{% endif %}