Ema has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/356022 )

Change subject: debug_proxy: increase client_max_body_size
......................................................................

debug_proxy: increase client_max_body_size

The default maximum client request body size is 1M, bump it to 100M.

Bug: T165324
Change-Id: Ia4c372a3ccaa66a37bf5d6adc6014166567d1ae4
---
M modules/debug_proxy/templates/debug_proxy.nginx.erb
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/22/356022/1

diff --git a/modules/debug_proxy/templates/debug_proxy.nginx.erb 
b/modules/debug_proxy/templates/debug_proxy.nginx.erb
index 65822ea..3cfa402 100644
--- a/modules/debug_proxy/templates/debug_proxy.nginx.erb
+++ b/modules/debug_proxy/templates/debug_proxy.nginx.erb
@@ -27,6 +27,7 @@
     server_name  _;
     access_log   /var/log/nginx/debug_proxy_access.log;
     error_log    /var/log/nginx/debug_proxy_error.log;
+    client_max_body_size 100m;
     resolver     <%= @resolver %>;
 
     location / {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia4c372a3ccaa66a37bf5d6adc6014166567d1ae4
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ema <e...@wikimedia.org>

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

Reply via email to