force-ssl.conf 65 B

123
  1. if ($scheme = "http") {
  2. return 301 https://$host$request_uri;
  3. }