]> git.pld-linux.org Git - packages/nginx.git/blobdiff - nginx-perl.conf
- added needed types_hash_max_size, types_hash_bucket_size
[packages/nginx.git] / nginx-perl.conf
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;
This page took 0.07085 seconds and 4 git commands to generate.