Skip to content

Commit dff0933

Browse files
committed
chore: switch domain to testpilot.xinzaoai.com
Made-with: Cursor
1 parent 1eaf274 commit dff0933

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

deploy/nginx-testpilot.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
server {
22
listen 80;
3-
server_name testpilotai.fun www.testpilotai.fun;
3+
server_name testpilot.xinzaoai.com;
44

55
root /var/www/testpilot;
66
index index.html;

开发备忘录.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2415,7 +2415,7 @@ docker compose exec api python -m alembic upgrade head # 初始化数据库
24152415
| 系统 | Ubuntu 24.04 LTS |
24162416
| SSH | 端口 22,密钥登录 |
24172417
| 密钥文件 | `key/TestPilotAi.pem`(已在 .gitignore 中排除,不提交) |
2418-
| 域名 | testpilotai.fun → 82.157.97.179 |
2418+
| 域名 | testpilot.xinzaoai.com → 82.157.97.179(xinzaoai.com 已备案,二级域名免备案) |
24192419

24202420
### 15.2 数据库信息
24212421

0 commit comments

Comments
 (0)