X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=etc%2Fnginx%2Fnginx.conf;h=ad979c3a479c892e89a6f5db78d11ccf91e48a80;hb=bb846e6b9e15f962af9d73b2dd67dcae8aa95afa;hp=25aa317decdc1c18493dfef73dbd73164f4627ea;hpb=f470f64ed345b194308cd5d24e6d19218a349901;p=lhc%2Fateliers.git diff --git a/etc/nginx/nginx.conf b/etc/nginx/nginx.conf index 25aa317..ad979c3 100644 --- a/etc/nginx/nginx.conf +++ b/etc/nginx/nginx.conf @@ -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;