2020-04-01 03:16:45 UTC - D.K: Hello I am currently using rollup with serverless-openwhisk to deploy my typescript functions on a locally hosted openwhisk (openwhisk-devtools/docker-compose) system. The problem I am facing is "Returned HTTP 413 (Payload Too Large)" from openresty/nginx due to some larger files+dependencies I am bundling. Is there a way to configure the *client_max_body_size* parameter from docker-compose or a better way to approach this problem that I may not be aware of? Openwhisk rocks so far. Thanks! https://openwhisk-team.slack.com/archives/C3TP33Y2U/p1585711005004700 ----