From 08786b15a42d57c9a4ddbdbac56b7856e40ec299 Mon Sep 17 00:00:00 2001 From: mulonemartin Date: Mon, 5 Oct 2015 12:12:39 -0300 Subject: [PATCH] Subimos el upload --- nginx.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx.tmpl b/nginx.tmpl index 36fcb21..d31cc6a 100644 --- a/nginx.tmpl +++ b/nginx.tmpl @@ -113,7 +113,7 @@ server { add_header Strict-Transport-Security "max-age=31536000"; - client_max_body_size 10m; + client_max_body_size 20M; {{ if (exists (printf "/etc/nginx/vhost.d/%s" $host)) }} include {{ printf "/etc/nginx/vhost.d/%s" $host }}; @@ -148,7 +148,7 @@ server { include {{ printf "/etc/nginx/vhost.d/%s" $host }}; {{ end }} - client_max_body_size 10M; + client_max_body_size 20M; location / { proxy_pass {{ $proto }}://{{ $host }};