We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c1b68 commit a46232cCopy full SHA for a46232c
netlify.toml
@@ -1,5 +1,2 @@
1
[[plugins]]
2
package = "@netlify/plugin-nextjs"
3
-[images]
4
- # https://docs.netlify.com/image-cdn/overview/#remote-path
5
- remote_images = ["https:\\/\\/jsonq.top\\/cdn-static\\/.*"]
post/deploy/docker-env-install.md
@@ -199,6 +199,8 @@ server {
199
}
200
```
201
202
+**注意:** `ssl_certificate` 这里指定的是 `example.com.cer`,指向此证书能满足大部分场景的基本使用,但是它不是一个完整的证书链。比如第三方网站访问此域名,可能会因为证书问题而出错,此时必须使用 `fullchain.cer`
203
+
204
重启 nginx 容器:`docker restart nginx`
205
206
此时访问 `jsonq.top` 应该就可以了,如果还是报不安全,建议去运营商的 ssl 管理后台去上传证书,这里以阿里云为例
0 commit comments