From 4db5ffd2e1f20fd846f0528a12818edfc293c3ec Mon Sep 17 00:00:00 2001 From: renansoares Date: Thu, 31 Mar 2016 09:22:49 -0300 Subject: [PATCH] increase size of video nginx --- config/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/nginx.conf b/config/nginx.conf index 33fc78b..ff15077 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -27,6 +27,6 @@ server { } error_page 500 502 503 504 /500.html; - client_max_body_size 10M; + client_max_body_size 1500M; keepalive_timeout 10; } -- libgit2 0.21.2