问题
Mixed Content: The page at 'https://hello.com/' was loaded over HTTPS,
but requested an insecure script 'http://hello.com/js/lib/compress/pjax.min.js'.
This request has been blocked; the content must be served over HTTPS.
我单独去访问 http 的是能够访问到 js 文件的,无论是域名还是 ip 地址都可以直接访问到 js 文件,但是通过 solo 就不能够访问,请求被阻止。
已配置文件和参数
运行参数:--server_scheme=https --server_host=hello.com
nginx 中配置了 443 端口
页面效果:
nginx 配置如下: