From 3db175242173d999d9fba3a6cfe98c5f524534fa Mon Sep 17 00:00:00 2001 From: sardzent Date: Sat, 15 Dec 2007 19:30:13 +0000 Subject: [PATCH] - added needed types_hash_max_size, types_hash_bucket_size Changed files: nginx-light.conf -> 1.2 nginx-perl.conf -> 1.2 nginx-standard.conf -> 1.3 --- nginx-light.conf | 2 ++ nginx-perl.conf | 2 ++ nginx-standard.conf | 2 ++ 3 files changed, 6 insertions(+) diff --git a/nginx-light.conf b/nginx-light.conf index 810c5d1..6c507e7 100644 --- a/nginx-light.conf +++ b/nginx-light.conf @@ -20,6 +20,8 @@ http { tcp_nopush on; tcp_nodelay on; server_names_hash_bucket_size 128; + types_hash_max_size 2048; + types_hash_bucket_size 64; #keepalive_timeout 0; keepalive_timeout 65; limit_zone test-limit $binary_remote_addr 10m; diff --git a/nginx-perl.conf b/nginx-perl.conf index 9c20254..5ae2868 100644 --- a/nginx-perl.conf +++ b/nginx-perl.conf @@ -20,6 +20,8 @@ http { tcp_nopush on; tcp_nodelay on; server_names_hash_bucket_size 128; + types_hash_max_size 2048; + types_hash_bucket_size 64; #keepalive_timeout 0; keepalive_timeout 65; limit_zone test-limit $binary_remote_addr 10m; diff --git a/nginx-standard.conf b/nginx-standard.conf index 3d134d8..1795c33 100644 --- a/nginx-standard.conf +++ b/nginx-standard.conf @@ -20,6 +20,8 @@ http { tcp_nopush on; tcp_nodelay on; server_names_hash_bucket_size 128; + types_hash_max_size 2048; + types_hash_bucket_size 64; #keepalive_timeout 0; keepalive_timeout 65; limit_zone test-limit $binary_remote_addr 10m; -- 2.44.0