diff --git a/tools/reverse-proxy/default.conf b/tools/reverse-proxy/default.conf index aca6ea3..38e2c6f 100644 --- a/tools/reverse-proxy/default.conf +++ b/tools/reverse-proxy/default.conf @@ -13,7 +13,7 @@ server { # } # Healthcheck endpoint - location /healthcheck { + location /ops/healthcheck { access_log off; return 200 "healthy\n"; add_header Content-Type text/plain;