Showing 1 changed files with 4 additions and 0 deletions
+4 -0
deploy/jumper/nginx-host-manager.conf
@@ -11,6 +11,10 @@ server {
11 11
     add_header X-Frame-Options DENY always;
12 12
     add_header Referrer-Policy no-referrer always;
13 13
 
14
+    location = /healthz {
15
+        return 404;
16
+    }
17
+
14 18
     location / {
15 19
         proxy_pass http://127.0.0.1:8088;
16 20
         proxy_http_version 1.1;