This is an automated email from the ASF dual-hosted git repository.

style95 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 53b23524e Increase the payload limit. (#5279)
53b23524e is described below

commit 53b23524e7b8d6c44a2cf103cda1d577d8d2144a
Author: Dominic Kim <[email protected]>
AuthorDate: Fri Jul 15 14:29:21 2022 +0900

    Increase the payload limit. (#5279)
---
 ansible/roles/nginx/templates/nginx.conf.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/roles/nginx/templates/nginx.conf.j2 
b/ansible/roles/nginx/templates/nginx.conf.j2
index 290739c2d..b5ec5302f 100644
--- a/ansible/roles/nginx/templates/nginx.conf.j2
+++ b/ansible/roles/nginx/templates/nginx.conf.j2
@@ -10,7 +10,7 @@ events {
 
 http {
 {# allow large uploads, need to thread proper limit into here #}
-    client_max_body_size 50M;
+    client_max_body_size 65M;
 
     rewrite_log on;
 {# change log format to display the upstream information #}

Reply via email to