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