]> git.parisson.com Git - timeside.git/commitdiff
Increase nginx upload size
authorGuillaume Pellerin <yomguy@parisson.com>
Sat, 14 Mar 2015 02:56:52 +0000 (03:56 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Sat, 14 Mar 2015 02:56:52 +0000 (03:56 +0100)
examples/deploy/nginx-app.conf

index 6d495f31cc864b053ff7984de3ded9023f26b507..8ddf88a05e96ed726fc6ff5f30689e57bb417bd2 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 {