From 70f793e4329ce699e23395ab1e2c7b50937fd298 Mon Sep 17 00:00:00 2001 From: febux Date: Thu, 3 Sep 2026 02:09:51 +0300 Subject: [PATCH] Update front.conf --- deploy/vps/front.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/vps/front.conf b/deploy/vps/front.conf index ed57f64..9435b4b 100644 --- a/deploy/vps/front.conf +++ b/deploy/vps/front.conf @@ -37,8 +37,8 @@ server { } # ── «Контракт-чек»: exact path set of its edge (contract-check-http.conf.template) - # Grafana is also routed through the edge container under /grafana. - location ~ ^/(healthz|readyz|metrics|api/|admin/|docs|openapi\.json|grafana/) { + # Grafana and OpenObserve are also routed through the edge container. + location ~ ^/(healthz|readyz|metrics|api/|admin/|docs|openapi\.json|grafana/|openobserve/) { proxy_pass http://contract_check_edge; proxy_http_version 1.1; proxy_set_header Host $host;