From 307dae9f611f7db4e43d5f80a56bb8f366286c78 Mon Sep 17 00:00:00 2001 From: Yamila Moreno Date: Wed, 4 Feb 2026 10:54:07 +0100 Subject: [PATCH] :lipstick: Remove access logs for /readyz --- docker/images/files/nginx.conf.template | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/images/files/nginx.conf.template b/docker/images/files/nginx.conf.template index fb2ba0ac5f..b5a8605959 100644 --- a/docker/images/files/nginx.conf.template +++ b/docker/images/files/nginx.conf.template @@ -130,6 +130,7 @@ http { } location /readyz { + access_log off; proxy_pass $PENPOT_BACKEND_URI$request_uri; }