From 8a01e094c500f2df8180d489f901e8bfcd503cf9 Mon Sep 17 00:00:00 2001 From: Jacob Hoffman-Andrews Date: Wed, 5 Aug 2015 19:26:58 -0700 Subject: [PATCH] Increase server_names_hash_bucket_size in nginx test config. --- letsencrypt-nginx/tests/boulder-integration.conf.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/letsencrypt-nginx/tests/boulder-integration.conf.sh b/letsencrypt-nginx/tests/boulder-integration.conf.sh index 12610d895..006d68836 100755 --- a/letsencrypt-nginx/tests/boulder-integration.conf.sh +++ b/letsencrypt-nginx/tests/boulder-integration.conf.sh @@ -20,6 +20,7 @@ events { } http { + server_names_hash_bucket_size 2048; # Set an array of temp and cache file options that will otherwise default to # restricted locations accessible only to root. client_body_temp_path $root/client_body;