另外一个手残案例 .
在网站配置文件中 config.production.json 中 , 网站链接设置为 http 开头, 导致 chrome console 提示图片为 http 连接 .
修正方法一下两个方法都行 , 本质都是更改配置文件 :
- vi config.production.json , 'url':'https://ghost.qinan.co/' 改为 'url':'https://ghost.qinan.co/'
- 非 root 用户运行 ghost config url https://ghost.qinan.co/
然后 ghost restart 即可 .现在应该就是全站 https 了 .
评论区