drop health-check endpoint from access.log

This commit is contained in:
Karol Wypchlo 2020-09-04 13:00:27 +02:00
parent 559960645e
commit 44c38faa0b
1 changed files with 2 additions and 0 deletions

View File

@ -108,6 +108,8 @@ server {
location /health-check {
include /etc/nginx/conf.d/include/cors;
access_log off; # do not log traffic to health-check endpoint
proxy_pass http://health-check:3100;
}