feat(nginx): 添加 SSL 证书配置

- 在 nginx.conf 中添加 SSL 证书路径
- 更新 README.md,说明 SSL 证书文件的要求
This commit is contained in:
2025-03-13 22:54:04 +08:00
parent f7fcf4d7af
commit 4c06464c2f
2 changed files with 6 additions and 0 deletions

View File

@@ -2,6 +2,8 @@
## Nginx 配置
> 该配置需要在 `/etc/nginx/ssl/` 目录下创建 `fullchain.pem` 和 `privkey.pem` 证书文件。
下载配置
```bash