From c4aead7f8c24190b3eee252759b5ef8888fd0073 Mon Sep 17 00:00:00 2001 From: Vassiliy Yegorov Date: Sat, 21 Mar 2026 11:13:33 +0700 Subject: [PATCH] Update nginx.conf --- nginx/nginx.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 609ee26..f001d13 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -24,6 +24,9 @@ http { access_log /dev/stdout json_log; + # --- Hash bucket size for long map keys (PROXY_SECRET) --- + map_hash_bucket_size 128; + # --- Performance --- sendfile on; tcp_nopush on;