Merge pull request #370 from NebulousLabs/drop-health-checks-from-access-log
drop health-check endpoint from access.log
This commit is contained in:
commit
e201b8de8f
|
@ -115,6 +115,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;
|
||||
}
|
||||
|
||||
|
|
Reference in New Issue