VPS侦探论坛

 找回密码
 注册
查看: 4771|回复: 3

关于沃通免费SSL的安装问题

[复制链接]
发表于 2016-1-26 16:57:56 | 显示全部楼层 |阅读模式

军歌,你好,我在网站申请了 沃通的免费SSL。。然后配置如下:
server
    {
        listen 443;
        #listen [::]:80;
        server_name www.xxx.cn xxx.cn;
        index index.html index.htm index.php default.html default.htm default.php;
        root  /home/xxx.cn;

        ssl on;
        ssl_certificate xxx.cn_bundle.crt;
        ssl_certificate_key xxx.cn.key;
        #ssl_protocols TLSv1 TLSv1.1 TLSv1.2;

        include wordpress.conf;
        #error_page   404   /404.html;
        location ~ [^/]\.php(/|$)
        {
            # comment try_files $uri =404; to enable pathinfo
            try_files $uri =404;
            fastcgi_pass  unix:/tmp/php-cgi.sock;
            fastcgi_index index.php;
            #fastcgi_param  HTTPS on;
            include fastcgi.conf;
            #include pathinfo.conf;
        }

        location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$
        {
            expires      30d;
        }

        location ~ .*\.(js|css)?$
        {
            expires      12h;
        }

        access_log  /home/wwwlogs/www.xxx.cn.log  access;
    }

我的网站是wordpress的。。
那样配置完后。。nginx 运行也正常,但是访问的时候 https://www.xxx.cn 的时候 显示附近显示的图片。。也就是lnmp的默认首页。。、
这个到底是什么问题呢?

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注册

x
美国VPS推荐: 遨游主机LinodeLOCVPS主机云搬瓦工80VPSVultr美国VPS主机中国VPS推荐: 阿里云腾讯云。LNMP付费服务(代装/问题排查)QQ 503228080
发表于 2016-1-26 18:52:08 | 显示全部楼层


重启nginx了没?

nginx -t 有错误吗
Linux下Nginx+MySQL+PHP自动安装工具:https://lnmp.org
 楼主| 发表于 2016-1-26 18:54:55 | 显示全部楼层

回复 2# 的帖子


[root@cccc vhost]# /usr/local/nginx/sbin/nginx -t
nginx: the configuration file /usr/local/nginx/conf/nginx.conf syntax is ok
nginx: configuration file /usr/local/nginx/conf/nginx.conf test is successful
[root@lotsinthebox vhost]# /etc/init.d/nginx restart
Stoping nginx...  done
Starting nginx...  done
[root@cccc vhost]#
美国VPS推荐: 遨游主机LinodeLOCVPS主机云搬瓦工80VPSVultr美国VPS主机中国VPS推荐: 阿里云腾讯云。LNMP付费服务(代装/问题排查)QQ 503228080
发表于 2016-1-26 19:01:08 | 显示全部楼层
Linux下Nginx+MySQL+PHP自动安装工具:https://lnmp.org
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|VPS侦探 ( 鲁ICP备16040043号-1 )

GMT+8, 2024-9-28 21:26 , Processed in 0.027110 second(s), 17 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表