Move the variables config to the right place

This commit is contained in:
Felipe Knorr Kuhn 2026-05-22 09:42:31 +09:00
parent f8175b5770
commit fce35111aa
No known key found for this signature in database
GPG key ID: 79619B52BB097C1A
2 changed files with 1 additions and 2 deletions

View file

@ -10,6 +10,7 @@ events {
}
http {
variables_hash_max_size 4096;
sendfile on;
tcp_nopush on;
tcp_nodelay on;

View file

@ -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;