Disable access log for health endpoint

This commit is contained in:
Daniel Berteaud 2023-12-21 12:31:29 +01:00
parent d20774f507
commit 33bec0b44e
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ server {
}
location = /health {
access_log off;
proxy_pass http://synapse;
}