Commit 4db5ffd2e1f20fd846f0528a12818edfc293c3ec

Authored by renansoares
1 parent ffdd4faf
Exists in master and in 1 other branch v2

increase size of video nginx

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
config/nginx.conf
... ... @@ -27,6 +27,6 @@ server {
27 27 }
28 28  
29 29 error_page 500 502 503 504 /500.html;
30   - client_max_body_size 10M;
  30 + client_max_body_size 1500M;
31 31 keepalive_timeout 10;
32 32 }
... ...