💄 Remove access logs for /readyz

This commit is contained in:
Yamila Moreno
2026-02-04 10:54:07 +01:00
parent 0f0ad4f161
commit 307dae9f61

View File

@@ -130,6 +130,7 @@ http {
}
location /readyz {
access_log off;
proxy_pass $PENPOT_BACKEND_URI$request_uri;
}