]> git.pld-linux.org Git - packages/nginx.git/blobdiff - nginx-light.conf
Package scgi.params nad uwsgi.params
[packages/nginx.git] / nginx-light.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;
This page took 0.056213 seconds and 4 git commands to generate.