From a9c92f19ef19c8debfacf71ae96c726112065f1c Mon Sep 17 00:00:00 2001 From: Florent Daigniere Date: Tue, 9 May 2023 09:54:52 +0200 Subject: [PATCH] Add this endpoint back too --- core/nginx/conf/nginx.conf | 3 +++ 1 file changed, 3 insertions(+) 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