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/php_joomla/CentOS.erb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates/vhosts/php_joomla') diff --git a/templates/vhosts/php_joomla/CentOS.erb b/templates/vhosts/php_joomla/CentOS.erb index fb8a49f..bc98cdb 100644 --- a/templates/vhosts/php_joomla/CentOS.erb +++ b/templates/vhosts/php_joomla/CentOS.erb @@ -1,4 +1,5 @@ # <%= servername %> +<%- unless ssl_mode.to_s == 'only' then -%> Include conf.d/defaults.inc @@ -86,6 +87,7 @@ <%= additional_options %> <%- end -%> +<%- end -%> <%- unless ssl_mode.to_s == 'false' then -%> -- cgit v1.2.3