Health check
imgproxy comes with a built-in health check HTTP endpoint at /health.
GET /health returns an HTTP Status of 200 OK if the server has been successfully started.
You can use this for readiness/liveness probes when deploying with a container orchestration system such as Kubernetes.