From e0f9b59732b1259d9be7f2bdba749b9d68e2a461 Mon Sep 17 00:00:00 2001 From: neilpang Date: Sun, 18 Jun 2017 13:52:46 +0800 Subject: [PATCH] client_max_body_size 4096M; --- nginx.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx.tmpl b/nginx.tmpl index b340473..d486206 100644 --- a/nginx.tmpl +++ b/nginx.tmpl @@ -17,6 +17,7 @@ {{ end }} {{ end }} +client_max_body_size 4096M; # If we receive X-Forwarded-Proto, pass it through; otherwise, pass along the # scheme used to connect to this server map $http_x_forwarded_proto $proxy_x_forwarded_proto {