aboutsummaryrefslogtreecommitdiffstats
path: root/modules/apache/templates
diff options
context:
space:
mode:
Diffstat (limited to 'modules/apache/templates')
-rw-r--r--modules/apache/templates/vhost_base.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/apache/templates/vhost_base.conf b/modules/apache/templates/vhost_base.conf
index 07d3f236..e737e990 100644
--- a/modules/apache/templates/vhost_base.conf
+++ b/modules/apache/templates/vhost_base.conf
@@ -39,7 +39,7 @@ end
<%= content %>
-<%- if options.length -%>
+<%- if options.length > 0 -%>
<Directory <%= location %>>
Options <%= options.join(" ") %>
</Directory>