disable proxy buffering and add larger header buffer
This commit is contained in:
parent
1b81731a4b
commit
f5b437785d
2 changed files with 3 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ http {
|
|||
types_hash_max_size 2048;
|
||||
server_tokens off;
|
||||
reset_timedout_connection on;
|
||||
large_client_header_buffers 4 32k;
|
||||
|
||||
server_names_hash_bucket_size 64;
|
||||
map_hash_bucket_size 64;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue