docs: 更新生产环境访问地址为 HTTPS 域名并添加 SSL 证书信息
This commit is contained in:
@@ -200,15 +200,22 @@ bash deploy-all.sh admin # 仅部署管理后台
|
|||||||
4. 集成Tailwind CSS样式框架
|
4. 集成Tailwind CSS样式框架
|
||||||
5. 使用Pinia进行状态管理
|
5. 使用Pinia进行状态管理
|
||||||
|
|
||||||
### 访问地址
|
## 🌐 访问地址
|
||||||
|
|
||||||
#### 生产环境 (101.200.208.45)
|
### 生产环境 (HTTPS 已启用)
|
||||||
- **用户前端**: http://101.200.208.45/emotion-museum/
|
- **用户前端**: https://lifescript.happylifeos.com/emotion-museum/
|
||||||
- **管理后台**: http://101.200.208.45/emotion-museum-admin/
|
- **管理后台**: https://lifescript.happylifeos.com/emotion-museum-admin/
|
||||||
- **后端API**: http://101.200.208.45:19089/api
|
- **课程页面**: https://lifescript.happylifeos.com/course-of-life/
|
||||||
- **WebSocket**: ws://101.200.208.45:19089/ws
|
- **后端 API**: https://lifescript.happylifeos.com/api/
|
||||||
|
- **WebSocket**: wss://lifescript.happylifeos.com/ws
|
||||||
|
- **健康检查**: https://lifescript.happylifeos.com/health
|
||||||
|
|
||||||
#### 开发环境 (本地)
|
**SSL 证书信息**:
|
||||||
|
- 证书有效期:2026-03-18 至 2026-06-16
|
||||||
|
- 自动续期:已配置(每天凌晨 2 点自动检查)
|
||||||
|
- 证书颁发机构:Let's Encrypt
|
||||||
|
|
||||||
|
### 开发环境 (本地)
|
||||||
- **用户前端**: http://localhost:5173
|
- **用户前端**: http://localhost:5173
|
||||||
- **管理后台**: http://localhost:5174
|
- **管理后台**: http://localhost:5174
|
||||||
- **后端 API**: http://localhost:19089/api
|
- **后端 API**: http://localhost:19089/api
|
||||||
|
|||||||
Reference in New Issue
Block a user