diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 51bb892..bf2fe80 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -10,6 +10,11 @@ server { listen 80; server_name localhost; + location /health { + return 200 "OK"; + access_log off; + } + proxy_connect_timeout 300s; proxy_send_timeout 300s; proxy_read_timeout 300s;