MT#5417 Fix non-SSL redirect to SSL port for CSC

mr3.2.1
Alexander Lutay 12 years ago
parent 3f0b7530e5
commit 2862f94fbe

@ -4,9 +4,7 @@
server { server {
listen [::]:80; listen [::]:80;
server_name [% www_csc.apache.servername %]; return 301 https://$host:[% www_csc.apache.port %]$request_uri;;
return 301 https://$server_name$request_uri;
} }
[% END %] [% END %]

Loading…
Cancel
Save