diff --git a/core/nginx/conf/nginx.conf b/core/nginx/conf/nginx.conf index 582ef5d8..f2050c70 100644 --- a/core/nginx/conf/nginx.conf +++ b/core/nginx/conf/nginx.conf @@ -275,6 +275,9 @@ http { proxy_pass_request_body off; proxy_set_header Content-Length ""; } + location /health { + return 204; + } } # Forwarding authentication server