Correction : nginx : map_hash_bucket_size : 64 -> 128 .
authorJulien Moutinho <julm+heureux-cyclage@autogeree.net>
Tue, 17 Dec 2013 12:41:14 +0000 (13:41 +0100)
committerroot <root@ateliers.heureux-cyclage.org>
Tue, 17 Dec 2013 12:41:14 +0000 (13:41 +0100)
etc/nginx/nginx.conf

index 25aa317..ad979c3 100644 (file)
@@ -60,6 +60,7 @@ http {
        include /etc/nginx/mime.types;
        keepalive_timeout 20;
        large_client_header_buffers 4 8k;
+       map_hash_bucket_size 128;
        open_file_cache max=200000 inactive=20s; 
        open_file_cache_errors on;
        open_file_cache_min_uses 2;