Добавлен сбор телеметрии на ВМ2
This commit is contained in:
@@ -14,6 +14,10 @@ server {
|
||||
access_log off;
|
||||
return 200 "ok\n";
|
||||
}
|
||||
location = /stub_status {
|
||||
access_log off;
|
||||
stub_status;
|
||||
}
|
||||
location / {
|
||||
return 404;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user