2023年11月22日 星期三

rewrite ^(.*) https://$server_name$1 permanent;

return 301 https://$host$request_uri;


  if ($ssl_protocol = "" ) {
     return 301 https://$host$request_uri;
  }

  if ($ssl_protocol = "http" ) {
     return 301 https://$host$request_uri;
  }

  if ($server_name = "miniapp.zgktt.com" ) {
     return 301 https://xxx.com$request_uri;
  }

作者:李世民  创建时间:2023-11-22 16:46
最后编辑:李世民  更新时间:2023-11-22 17:02