[upl-image-preview url=https://s.rmimg.com/2024-10-10/1728546745-506206-image.png]
奇怪有点不解,为啥规则改成http就可以回源正常访问用https就不行
[upl-image-preview url=https://s.rmimg.com/2024-10-10/1728547135-507919-image.png]
#### 更新一下进度
`docker run -d -p 443:8082 --net=host --name=easynode --restart=always -v /root/easynode/db:/easynode/app/db -v /path/to/cert.pem:/etc/ssl/certs/cert.pem -v /path/to/key.pem:/etc/ssl/private/key.pem chaoszhu/easynode`
ssl证书也上传了
[upl-image-preview url=https://s.rmimg.com/2024-10-10/1728568613-108622-image.png]
nginx配置文件,容器里没有找到
[upl-image-preview url=https://s.rmimg.com/2024-10-10/1728568628-827298-image.png]
### 是不是要在本地vps上配置nginx,还是要怎么没方向了
[upl-image-preview url=https://s.rmimg.com/2024-10-10/1728568743-409152-image.png]