ArielGlenn has uploaded a new change for review.
https://gerrit.wikimedia.org/r/189451
Change subject: connection limits in nginx need shared memory and key defn
......................................................................
connection limits in nginx need shared memory and key defn
Change-Id: I89a2ff33899a403d8d36921b1e04d03f46322fec
---
M modules/dumps/templates/nginx.dumps.conf.erb
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/51/189451/1
diff --git a/modules/dumps/templates/nginx.dumps.conf.erb
b/modules/dumps/templates/nginx.dumps.conf.erb
index 33d6326..20c6885 100644
--- a/modules/dumps/templates/nginx.dumps.conf.erb
+++ b/modules/dumps/templates/nginx.dumps.conf.erb
@@ -12,6 +12,8 @@
root /data/xmldatadumps/public;
+ limit_conn_zone $binary_remote_address zone=addr:10m;
+
location / {
index index.html index.htm;
autoindex on;
--
To view, visit https://gerrit.wikimedia.org/r/189451
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I89a2ff33899a403d8d36921b1e04d03f46322fec
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: ArielGlenn <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits