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

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

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

Loading…
Cancel
Save