]> git.pld-linux.org Git - packages/nginx.git/blobdiff - nginx-standard.conf
- fix %files
[packages/nginx.git] / nginx-standard.conf
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.025281 seconds and 4 git commands to generate.