Hashar has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/63646


Change subject: labs: hardcode nginx server_names_hash_bucket_size to 64
......................................................................

labs: hardcode nginx server_names_hash_bucket_size to 64

Just like 4ab24c2b / https://gerrit.wikimedia.org/r/#/c/62603/ we need
to raise the nginx bucket size for server_names.

Change-Id: Ic026ba10262d1c45491672543d623cfef35fc240
---
M templates/nginx/nginx.conf.erb
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/46/63646/1

diff --git a/templates/nginx/nginx.conf.erb b/templates/nginx/nginx.conf.erb
index 097bcf5..41da62c 100644
--- a/templates/nginx/nginx.conf.erb
+++ b/templates/nginx/nginx.conf.erb
@@ -33,6 +33,7 @@
     # not enough to hold the keys defined by mime types.
     # See bug 48210
     types_hash_bucket_size 64;
+    server_names_hash_bucket_size 64;
 <% end -%>
     include       /etc/nginx/mime.types;
 

-- 
To view, visit https://gerrit.wikimedia.org/r/63646
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic026ba10262d1c45491672543d623cfef35fc240
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Hashar <has...@free.fr>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to