mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
Move the variables config to the right place
This commit is contained in:
parent
f8175b5770
commit
fce35111aa
2 changed files with 1 additions and 2 deletions
|
|
@ -10,6 +10,7 @@ events {
|
|||
}
|
||||
|
||||
http {
|
||||
variables_hash_max_size 4096;
|
||||
sendfile on;
|
||||
tcp_nopush on;
|
||||
tcp_nodelay on;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue