Update front.conf
This commit is contained in:
parent
cddc9a2f7e
commit
70f793e432
1 changed files with 2 additions and 2 deletions
|
|
@ -37,8 +37,8 @@ server {
|
||||||
}
|
}
|
||||||
|
|
||||||
# ── «Контракт-чек»: exact path set of its edge (contract-check-http.conf.template)
|
# ── «Контракт-чек»: exact path set of its edge (contract-check-http.conf.template)
|
||||||
# Grafana is also routed through the edge container under /grafana.
|
# Grafana and OpenObserve are also routed through the edge container.
|
||||||
location ~ ^/(healthz|readyz|metrics|api/|admin/|docs|openapi\.json|grafana/) {
|
location ~ ^/(healthz|readyz|metrics|api/|admin/|docs|openapi\.json|grafana/|openobserve/) {
|
||||||
proxy_pass http://contract_check_edge;
|
proxy_pass http://contract_check_edge;
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue