SOURCES: nginx-light.conf, nginx-perl.conf, nginx-standard.conf - ...
sardzent
sardzent at pld-linux.org
Sat Dec 15 20:30:18 CET 2007
Author: sardzent Date: Sat Dec 15 19:30:18 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- added needed types_hash_max_size, types_hash_bucket_size
---- Files affected:
SOURCES:
nginx-light.conf (1.1 -> 1.2) , nginx-perl.conf (1.1 -> 1.2) , nginx-standard.conf (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SOURCES/nginx-light.conf
diff -u SOURCES/nginx-light.conf:1.1 SOURCES/nginx-light.conf:1.2
--- SOURCES/nginx-light.conf:1.1 Fri Nov 30 18:13:49 2007
+++ SOURCES/nginx-light.conf Sat Dec 15 20:30:13 2007
@@ -20,6 +20,8 @@
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;
================================================================
Index: SOURCES/nginx-perl.conf
diff -u SOURCES/nginx-perl.conf:1.1 SOURCES/nginx-perl.conf:1.2
--- SOURCES/nginx-perl.conf:1.1 Fri Nov 30 18:15:36 2007
+++ SOURCES/nginx-perl.conf Sat Dec 15 20:30:13 2007
@@ -20,6 +20,8 @@
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;
================================================================
Index: SOURCES/nginx-standard.conf
diff -u SOURCES/nginx-standard.conf:1.2 SOURCES/nginx-standard.conf:1.3
--- SOURCES/nginx-standard.conf:1.2 Fri Nov 30 18:42:17 2007
+++ SOURCES/nginx-standard.conf Sat Dec 15 20:30:13 2007
@@ -20,6 +20,8 @@
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;
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/nginx-light.conf?r1=1.1&r2=1.2&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/nginx-perl.conf?r1=1.1&r2=1.2&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/nginx-standard.conf?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list