From 56f4022efe6127b455388f6c7ade05f09be2ae19 Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 13 Jun 2009 15:51:58 +0200 Subject: introcuded ssl_mode only --- templates/vhosts/static/OpenBSD.erb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates/vhosts/static') diff --git a/templates/vhosts/static/OpenBSD.erb b/templates/vhosts/static/OpenBSD.erb index 3f95989..6ba3cf3 100644 --- a/templates/vhosts/static/OpenBSD.erb +++ b/templates/vhosts/static/OpenBSD.erb @@ -1,4 +1,5 @@ # <%= servername %> +<%- unless ssl_mode.to_s == 'only' then -%> Include conf.d/defaults.inc ServerName <%= servername %> @@ -38,6 +39,7 @@ <%= additional_options %> <%- end -%> +<%- end -%> <%- unless ssl_mode.to_s == 'false' then -%> -- cgit v1.2.3