From fce35111aa577967cc205fe208d67e370628442a Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn Date: Fri, 22 May 2026 09:42:31 +0900 Subject: [PATCH] Move the variables config to the right place --- nginx.conf | 1 + production/nginx/nginx.conf | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/nginx.conf b/nginx.conf index 670764e20..04fb11fba 100644 --- a/nginx.conf +++ b/nginx.conf @@ -10,6 +10,7 @@ events { } http { + variables_hash_max_size 4096; sendfile on; tcp_nopush on; tcp_nodelay on; diff --git a/production/nginx/nginx.conf b/production/nginx/nginx.conf index 1dd5b279c..b81321153 100644 --- a/production/nginx/nginx.conf +++ b/production/nginx/nginx.conf @@ -17,8 +17,6 @@ http { include __NGINX_ETC_FOLDER__/mime.types; default_type application/octet-stream; - variables_hash_max_size 4096; - # HTTP basic configuration include mempool/production/nginx/http-basic.conf; include mempool/production/nginx/http-acl.conf;