From: Guillaume Pellerin Date: Sat, 14 Mar 2015 02:56:52 +0000 (+0100) Subject: Increase nginx upload size X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=54804a87b362b948b2df381b91df7279d9455726;p=timeside.git Increase nginx upload size --- diff --git a/examples/deploy/nginx-app.conf b/examples/deploy/nginx-app.conf index 6d495f3..8ddf88a 100644 --- a/examples/deploy/nginx-app.conf +++ b/examples/deploy/nginx-app.conf @@ -9,7 +9,7 @@ server { error_log /var/log/nginx/app-error.log; # max upload size - client_max_body_size 75M; # adjust to taste + client_max_body_size 4096M; # adjust to taste # Django media location /media {