From 6a258072122229afebedc10968471a7dfc6a25d1 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sun, 8 May 2011 19:12:41 +0000 Subject: Allow setting options in vhost base template --- modules/apache/templates/vhost_base.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules/apache/templates') diff --git a/modules/apache/templates/vhost_base.conf b/modules/apache/templates/vhost_base.conf index 3baa6817..07d3f236 100644 --- a/modules/apache/templates/vhost_base.conf +++ b/modules/apache/templates/vhost_base.conf @@ -39,6 +39,12 @@ end <%= content %> +<%- if options.length -%> + > + Options <%= options.join(" ") %> + +<%- end -%> + Allow from all -- cgit v1.2.1