BBlack has uploaded a new change for review.
https://gerrit.wikimedia.org/r/287996
Change subject: tlsproxy: turn proxy_request_buffering off
......................................................................
tlsproxy: turn proxy_request_buffering off
By default, nginx slurps the whole request body before talking to
a backend. This unbuffers and lets the traffic go through
directly. Note that if the outbound proxy protocol version is
1.0, nginx would still force buffering for chunked uploads, but
with the preceding change to 1.1 it will also do an unbuffered
pass-through chunked uploads as well.
Change-Id: Ib29550bd3318929da0cb9c5cc8d981a4c8658754
---
M modules/tlsproxy/templates/localssl.erb
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/96/287996/1
diff --git a/modules/tlsproxy/templates/localssl.erb
b/modules/tlsproxy/templates/localssl.erb
index 60c8b12..f68dc55 100644
--- a/modules/tlsproxy/templates/localssl.erb
+++ b/modules/tlsproxy/templates/localssl.erb
@@ -52,5 +52,6 @@
proxy_redirect off;
proxy_buffering off;
+ proxy_request_buffering off;
}
}
--
To view, visit https://gerrit.wikimedia.org/r/287996
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib29550bd3318929da0cb9c5cc8d981a4c8658754
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: BBlack <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits