]> git.parisson.com Git - telemeta.git/commitdiff
increase nginx upload body size
authorGuillaume Pellerin <yomguy@parisson.com>
Thu, 12 Mar 2015 23:08:11 +0000 (00:08 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Thu, 12 Mar 2015 23:08:11 +0000 (00:08 +0100)
examples/deploy/nginx-app.conf

index f1e56dbdd1bf99e0a73ee8028926e8aee5f41324..0ebf2388ba6a8cbc16e51f8b16bcde26a3e46ebd 100644 (file)
@@ -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 {