From: Guillaume Pellerin Date: Thu, 12 Mar 2015 23:08:11 +0000 (+0100) Subject: increase nginx upload body size X-Git-Tag: 1.6a^2~54 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=968bfc2a3b82e398213ee92c0a3501ba1ea6b4a7;p=telemeta.git increase nginx upload body size --- diff --git a/examples/deploy/nginx-app.conf b/examples/deploy/nginx-app.conf index f1e56dbd..0ebf2388 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 {