Добавлен сбор телеметрии на ВМ2

This commit is contained in:
mi
2026-08-26 15:12:51 +03:00
parent 728b9826a3
commit f989097484
32 changed files with 2029 additions and 134 deletions
@@ -14,6 +14,10 @@ server {
access_log off;
return 200 "ok\n";
}
location = /stub_status {
access_log off;
stub_status;
}
location / {
return 404;
}