]> git.pld-linux.org Git - packages/nginx.git/commitdiff
- added needed types_hash_max_size, types_hash_bucket_size
authorsardzent <sardzent@pld-linux.org>
Sat, 15 Dec 2007 19:30:13 +0000 (19:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nginx-light.conf -> 1.2
    nginx-perl.conf -> 1.2
    nginx-standard.conf -> 1.3

nginx-light.conf
nginx-perl.conf
nginx-standard.conf

index 810c5d189061c54cb1d55d1f14c236a95a65b01e..6c507e77fd2ceb547ba983af96993db31de795d4 100644 (file)
@@ -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;
index 9c202546447960196663268bec4d671ebe6bd403..5ae286812e4b2598d1cc631b76da7218cec1668c 100644 (file)
@@ -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;
index 3d134d806eb3fda910c74e1ea4cf065e4901df71..1795c333f7821a0a445a7f85af86a13c891101ae 100644 (file)
@@ -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;
This page took 0.132935 seconds and 4 git commands to generate.