mirror of
https://github.com/demostf/proxy
synced 2026-06-03 20:14:07 +02:00
no access log for metrics:
This commit is contained in:
parent
de009f8f49
commit
451323d6ed
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ server {
|
||||||
}
|
}
|
||||||
|
|
||||||
location /metrics {
|
location /metrics {
|
||||||
|
access_log off;
|
||||||
proxy_pass http://${METRICS};
|
proxy_pass http://${METRICS};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue