Filippo Giunchedi has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/357207 )
Change subject: hieradata: set nginx client_max_body_size 0 for swift ...................................................................... hieradata: set nginx client_max_body_size 0 for swift Bug: T166806 Change-Id: I1557982ebdb1db280bf510b69d473731e27baa60 --- M hieradata/role/common/swift/proxy.yaml 1 file changed, 3 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/07/357207/1 diff --git a/hieradata/role/common/swift/proxy.yaml b/hieradata/role/common/swift/proxy.yaml index ab744d3..6a697da 100644 --- a/hieradata/role/common/swift/proxy.yaml +++ b/hieradata/role/common/swift/proxy.yaml @@ -1 +1,3 @@ -tlsproxy::nginx_client_max_body_size: 4096m +# Disable client body buffer on disk, also don't check client Content-Length +# (swift proxy-server will do the checking) +tlsproxy::nginx_client_max_body_size: 0 -- To view, visit https://gerrit.wikimedia.org/r/357207 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1557982ebdb1db280bf510b69d473731e27baa60 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Filippo Giunchedi <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
