1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2024-11-29 08:22:11 +02:00
imgproxy/docs/healthcheck.md
Sergey Alexandrovich d1329381f7
Typo
2018-10-22 13:20:20 +06:00

8 lines
291 B
Markdown

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