change the url

This commit is contained in:
2026-08-17 10:53:54 +08:00
parent c50c82a90f
commit 624b834632
6 changed files with 17 additions and 17 deletions

View File

@@ -94,7 +94,7 @@ docker compose up -d # 检测到配置变化会自动重建容器
sudo cp sentence_api/nginx.conf.example /etc/nginx/sites-available/oral-trainer
sudo nginx -t
sudo systemctl reload nginx
curl -H 'Host: video_service.d1kt.cn' http://127.0.0.1/healthz
curl -H 'Host: videoservice.d1kt.cn' http://127.0.0.1/healthz
```
## 3. 更新 Whisper不常需要