Add health check endpoint (#8048)

This commit is contained in:
Erik Johnston
2020-08-07 14:21:24 +01:00
committed by GitHub
parent 4dd27e6d11
commit 7620912d84
7 changed files with 90 additions and 3 deletions

View File

@@ -139,3 +139,10 @@ client IP addresses are recorded correctly.
Having done so, you can then use `https://matrix.example.com` (instead
of `https://matrix.example.com:8448`) as the "Custom server" when
connecting to Synapse from a client.
## Health check endpoint
Synapse exposes a health check endpoint for use by reverse proxies.
Each configured HTTP listener has a `/health` endpoint which always returns
200 OK (and doesn't get logged).