nginx服务器https强制跳转http伪静态规则 server { listen 443; server_name xiquw.com www.xiquw.com; return 301 http://$server_name$request_uri; }