summaryrefslogtreecommitdiff
path: root/templates/vhosts/php_joomla
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-03-16 00:45:59 +0000
committermh <mh@immerda.ch>2009-03-16 00:45:59 +0000
commit85404dc87569a501e9f1f7ec4125c81da7e537c3 (patch)
tree4aeee2a9f18297e49aaecf20063192edfbd817ef /templates/vhosts/php_joomla
parenta6c579894ac6ead66ce0ac21cb67ead11675349c (diff)
this isn't needed in the https section :-/
Diffstat (limited to 'templates/vhosts/php_joomla')
-rw-r--r--templates/vhosts/php_joomla/CentOS.erb3
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/vhosts/php_joomla/CentOS.erb b/templates/vhosts/php_joomla/CentOS.erb
index e05c8da..285cf8d 100644
--- a/templates/vhosts/php_joomla/CentOS.erb
+++ b/templates/vhosts/php_joomla/CentOS.erb
@@ -104,9 +104,6 @@
AssignUserId <%= run_uid+" "+run_gid %>
</IfModule>
<%- end -%>
- <%- if ssl_mode.to_s == 'force' then -%>
- Redirect permanent / https://<%= servername %>/
- <%- end -%>
<%- if default_charset.to_s != 'absent' then -%>
AddDefaultCharset <%= default_charset %>
<%- end -%>