龍巖易富通網絡科技有限公司

龍巖小程序開發(fā),龍巖分銷系統(tǒng)

nginx 80端口跳轉443

2023.09.22 | 662閱讀 | 0條評論 | 服務器配置

server {

    listen 80;

    server_name lystyzc.com;

    location / {

      return 301 https://$server_name$request_uri;

    }

}


贊 (

發(fā)表評論