Added Variables Directives for nginx

This commit is contained in:
earnolmartin 2021-09-27 09:56:00 -06:00
parent 8b92b368d7
commit 816e465f7c
4 changed files with 8 additions and 0 deletions

View file

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

View file

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

View file

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

View file

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