access_log should be off for internal /configuration endpoint

This commit is contained in:
Elvin Efendi 2018-05-31 13:46:59 -04:00
parent c97d6e1110
commit d4e6c0dfd8
2 changed files with 4 additions and 1 deletions

View file

@ -541,6 +541,7 @@ http {
{{ if $all.DynamicConfigurationEnabled }}
location /configuration {
access_log off;
{{ if $cfg.EnableOpentracing }}
opentracing off;
{{ end }}