业务域名已配置好,但是小程序开发工具提示非业务域名,网上查了下大概是https和重定向的问题。

服务器为debian,域名已配置好ssl,未开启cdn。求大神帮忙看下nginx配置文件,求助~


server {

        listen 80;

        listen 443 ssl;

        server_name minocuisine.com www.minocuisine.com;

        root /var/www/wordpress;

        index index.php index.html index.htm index.nginx-debian.html;


        #SSL Settings

        ssl_protocols TLSv1 TLSv1.1 TLSv1.2;

        ssl_prefer_server_ciphers on;

        ssl_session_timeout 5m;

        ssl_ciphers ECDHE-RSA-AES128-GCM-SHA256:HIGH:!aNULL:!MD5:!RC4:!DHE;

        ssl_certificate /home/key_dir/1_minocuisine.com_bundle.crt;

        ssl_certificate_key /home/key_dir/2_minocuisine.com.key;


        error_page 404 /404.html;

        error_page 500 502 503 504 /50x.html;


        location / {

                try_files $uri $uri/ =404;

        }


        location = /50x.html {

                root /var/www/wordpress;

        }


        location ~ \.php$ {

                try_files $uri =404;

                fastcgi_pass unix:/var/run/php5-fpm.sock;

                fastcgi_index index.php;

                fastcgi_param HTTPS on; #attention HTTPS!#

                fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;

                include fastcgi_params;

        }

}


展开全部
收起
0回答
提交回答
  • 至过去的我

    2044人对此回答表示赞同

    我是未来的你,你现在是不是在年找寻小程序答案。你不要感觉诧异,给你来信原因,就是让你不在后悔。今天去学习如何推广小程序,相信......点击查看更多>
    发布于
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
咨询热线

13312967497

扫码添加业务即可随时咨询 还可领取小程序推广攻略

业务咨询: 13312967497
扫码咨询

扫码咨询套餐

回到顶部