Merge pull request #2 from usrpro/fix-nginx-healthcheck
Fix nginx healthcheck
This commit is contained in:
@@ -150,6 +150,10 @@ http {
|
||||
proxy_pass_request_body off;
|
||||
proxy_set_header Content-Length "";
|
||||
}
|
||||
|
||||
location /health {
|
||||
return 204;
|
||||
}
|
||||
}
|
||||
{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user