apache / openwhisk-apigateway

Apache OpenWhisk API Gateway service for exposing actions as REST interfaces.
https://openwhisk.apache.org/
Apache License 2.0
64 stars 45 forks source link

client_max_body_size limit not taking effect #364

Closed mhamann closed 4 years ago

mhamann commented 4 years ago

Even though the max body size was previously updated (via https://github.com/apache/openwhisk-apigateway/pull/327), it didn't actually override the default of 1MB, presumably due to the lua handling.

Moving this to the server block should fix the problem.