Added Variables Directives for nginx
This commit is contained in:
parent
8b92b368d7
commit
816e465f7c
4 changed files with 8 additions and 0 deletions
|
@ -14,6 +14,8 @@ events {
|
|||
|
||||
http {
|
||||
server_names_hash_bucket_size 4096;
|
||||
variables_hash_max_size 4096;
|
||||
variables_hash_bucket_size 4096;
|
||||
types_hash_max_size 4096;
|
||||
limit_req_zone $binary_remote_addr zone=one:20m rate=10r/s;
|
||||
|
||||
|
|
|
@ -14,6 +14,8 @@ events {
|
|||
|
||||
http {
|
||||
server_names_hash_bucket_size 4096;
|
||||
variables_hash_max_size 4096;
|
||||
variables_hash_bucket_size 4096;
|
||||
types_hash_max_size 4096;
|
||||
limit_req_zone $binary_remote_addr zone=one:20m rate=10r/s;
|
||||
|
||||
|
|
|
@ -13,6 +13,8 @@ events {
|
|||
|
||||
http {
|
||||
server_names_hash_bucket_size 4096;
|
||||
variables_hash_max_size 4096;
|
||||
variables_hash_bucket_size 4096;
|
||||
types_hash_max_size 4096;
|
||||
limit_req_zone $binary_remote_addr zone=one:20m rate=10r/s;
|
||||
|
||||
|
|
|
@ -13,6 +13,8 @@ events {
|
|||
|
||||
http {
|
||||
server_names_hash_bucket_size 4096;
|
||||
variables_hash_max_size 4096;
|
||||
variables_hash_bucket_size 4096;
|
||||
types_hash_max_size 4096;
|
||||
limit_req_zone $binary_remote_addr zone=one:20m rate=10r/s;
|
||||
|
||||
|
|
Loading…
Reference in a new issue