AMH 社区首页
AMH社区 - 开放自由有价值的社区
[求助帖] 按照帖子nginx设置了SSL为什么没用啊 |
|
---|---|
我是光 |
我是光 发表于 2014-11-01 19:18:35
按照nginx的方法设置了SSL,不管用啊,https没法访问啊
我的站:liujiantao.me conf文件如下: 引用: server { listen 80; #listen end server_name www.liujiantao.me liujiantao.me; #server_name end index index.html index.htm index.php; #index end ssl on; ssl_certificate /home/wwwroot/ssl/liujiantao.me.crt; ssl_certificate_key /home/wwwroot/ssl/liujiantao.me.key; set $subdomain ''; root /home/wwwroot/LN1.6M5.5P5.3/domain/www.liujiantao.me/web$subdomain; include /home/wwwroot/LN1.6M5.5P5.3/rewrite/wordpress.conf; #rewrite end #error_page error_page 400 /ErrorPages/400.html; error_page 403 /ErrorPages/403.html; error_page 404 /ErrorPages/404.html; error_page 502 /ErrorPages/502.html; location ~ /ErrorPages/(400|401|403|404|405|502|503)\.html$ { root /home/wwwroot/LN1.6M5.5P5.3/domain/www.liujiantao.me/web; } location ~ .*\.php$ { fastcgi_pass unix:/tmp/php-cgi-LN1.6M5.5P5.3-www.liujiantao.me.sock; fastcgi_index index.php; include fcgi.conf; fastcgi_param DOCUMENT_ROOT /web$subdomain; fastcgi_param SCRIPT_FILENAME /web$subdomain$fastcgi_script_name; } location ~ .*\.(gif|jpg|jpeg|png|bmp|swf|flv|mp3|wma)$ { expires 30d; } location ~ .*\.(js|css)$ { expires 12h; } access_log /home/wwwroot/LN1.6M5.5P5.3/logs/www.liujiantao.me-access.log combined; #access_log end error_log /home/wwwroot/LN1.6M5.5P5.3/logs/www.liujiantao.me-error.log crit; #error_log end }
点赞,加油! (0分)
2014-11-01 19:18:35 1
|
yanghang |
本帖最后由 yanghang 于 2014-11-1 22:26 编辑
检查下看你的证书和密钥文件路径对不对呢 配置以后记得重启 nginx
回复
2014-11-01 22:23:10 2
|
liudiary |
你有开443端口?
回复
2014-11-01 23:14:01 3
|
Yusky |
支持 30块包配好~
回复
2014-11-02 10:11:46 4
|
我是光 |
回复
2014-11-02 11:03:52 5
|
我是光 |
回复
2014-11-02 11:05:32 6
|
liudiary |
回复
2014-11-02 11:22:08 7
|
我是光 |
回复
2014-11-02 11:41:39 8
|
liudiary |
回复
2014-11-02 12:02:51 9
|
我是光 |
回复
2014-11-02 14:13:58 10
|