From 007ac8bbb7736d12c0013b365722a270bc7f8b8e Mon Sep 17 00:00:00 2001 From: mulonemartin Date: Thu, 23 Jul 2015 17:44:31 -0300 Subject: [PATCH] =?UTF-8?q?Subimos=20el=20l=C3=ADmite=20de=20max=20body=20?= =?UTF-8?q?size?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.tmpl b/nginx.tmpl index f1bbdc0..36fcb21 100644 --- a/nginx.tmpl +++ b/nginx.tmpl @@ -113,7 +113,7 @@ server { add_header Strict-Transport-Security "max-age=31536000"; - client_max_body_size 1m; + client_max_body_size 10m; {{ if (exists (printf "/etc/nginx/vhost.d/%s" $host)) }} include {{ printf "/etc/nginx/vhost.d/%s" $host }};