1 parent 1eaf274 commit dff0933Copy full SHA for dff0933
2 files changed
deploy/nginx-testpilot.conf
@@ -1,6 +1,6 @@
1
server {
2
listen 80;
3
- server_name testpilotai.fun www.testpilotai.fun;
+ server_name testpilot.xinzaoai.com;
4
5
root /var/www/testpilot;
6
index index.html;
开发备忘录.md
@@ -2415,7 +2415,7 @@ docker compose exec api python -m alembic upgrade head # 初始化数据库
2415
| 系统 | Ubuntu 24.04 LTS |
2416
| SSH | 端口 22,密钥登录 |
2417
| 密钥文件 | `key/TestPilotAi.pem`(已在 .gitignore 中排除,不提交) |
2418
-| 域名 | testpilotai.fun → 82.157.97.179 |
+| 域名 | testpilot.xinzaoai.com → 82.157.97.179(xinzaoai.com 已备案,二级域名免备案) |
2419
2420
### 15.2 数据库信息
2421
0 commit comments