docs: URL sac.kalinamall.ru во всех руководствах и примерах конфигов

This commit is contained in:
2026-05-26 20:30:10 +10:00
parent 9203af90d5
commit 69547d83bc
6 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -36,7 +36,7 @@ deploy/
## 2. Сетевые правила
**Агенты →** `https://sac.example.com/api/v1/events`
**Агенты →** `https://sac.kalinamall.ru/api/v1/events`
**SAC →** Telegram, SMTP (исходящие)
**Админы →** 443 (UI/API через nginx)
@@ -60,7 +60,7 @@ deploy/
```bash
systemctl status sac-api
curl -sS http://127.0.0.1:8000/health
curl -sS https://sac.example.com/health
curl -sS https://sac.kalinamall.ru/health
```
---