1
ryd994 2014-11-02 12:42:36 +08:00 via Android
混合内容是指https页面引用了http资源,
检查一下网页内容,把http资源换掉就行 |
2
declanVox OP |
3
letitbesqzr 2014-11-02 18:08:34 +08:00 1
rewrite ^(.*) https://$host$1 permanent;
|
4
ryd994 2014-11-02 18:12:22 +08:00 via Android 1
@declanVox 问问题之前自己Google一下啊
http://nginx.org/en/docs/http/ngx_http_sub_module.html#sub_filter 附赠一个坑: proxy_set_header Accept-Encoding ""; |
5
declanVox OP |
7
ryd994 2014-11-02 23:24:46 +08:00 via Android
@declanVox 代理gzip内容时替换无效,所以
proxy_set_header Accept-Encoding ""; |
9
xqdoo00o 2015-04-20 23:40:24 +08:00
请问楼主解决了吗?我也是这个问题
|