You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/12/03 16:10:53 UTC

[GitHub] mhamann closed pull request #327: Update client_max_body_size for managed APIs

mhamann closed pull request #327: Update client_max_body_size for managed APIs
URL: https://github.com/apache/incubator-openwhisk-apigateway/pull/327
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/conf.d/managed_endpoints.conf b/conf.d/managed_endpoints.conf
index 09613cc..7df79a4 100644
--- a/conf.d/managed_endpoints.conf
+++ b/conf.d/managed_endpoints.conf
@@ -72,6 +72,7 @@ server {
         set $responseBody '';
 
         proxy_read_timeout 70s;
+        client_max_body_size 5m;
 
         access_by_lua_block {
             local routing = require "routing"


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services