diff --git a/tools/reverse-proxy/default.conf.template b/tools/reverse-proxy/default.conf.template index b5e35d1..2271fcb 100644 --- a/tools/reverse-proxy/default.conf.template +++ b/tools/reverse-proxy/default.conf.template @@ -12,7 +12,6 @@ server { # Exact match for /ops/healthcheck (highest priority) location = /ops/healthcheck { - access_log off; return 200 "healthy\n"; add_header Content-Type text/plain; } @@ -37,7 +36,6 @@ server { # Exact match for /ops/healthcheck (highest priority) location = /ops/healthcheck { - access_log off; return 200 "healthy\n"; add_header Content-Type text/plain; }