summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/nginx.conf.erb4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/nginx.conf.erb b/templates/nginx.conf.erb
index ca88b45..b2be1eb 100644
--- a/templates/nginx.conf.erb
+++ b/templates/nginx.conf.erb
@@ -9,6 +9,10 @@ events {
}
http {
+ # see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524785
+ # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=547722
+ server_names_hash_bucket_size 100;
+
include /etc/nginx/mime.types;
default_type application/octet-stream;