diff options
Diffstat (limited to 'templates/vhosts/php_simplemachine/CentOS.erb')
-rw-r--r-- | templates/vhosts/php_simplemachine/CentOS.erb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/vhosts/php_simplemachine/CentOS.erb b/templates/vhosts/php_simplemachine/CentOS.erb index ba2eaa0..673d92f 100644 --- a/templates/vhosts/php_simplemachine/CentOS.erb +++ b/templates/vhosts/php_simplemachine/CentOS.erb @@ -78,9 +78,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 -%> |