drop health-check endpoint from access.log
This commit is contained in:
parent
559960645e
commit
44c38faa0b
|
@ -108,6 +108,8 @@ server {
|
||||||
location /health-check {
|
location /health-check {
|
||||||
include /etc/nginx/conf.d/include/cors;
|
include /etc/nginx/conf.d/include/cors;
|
||||||
|
|
||||||
|
access_log off; # do not log traffic to health-check endpoint
|
||||||
|
|
||||||
proxy_pass http://health-check:3100;
|
proxy_pass http://health-check:3100;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in New Issue