From 54804a87b362b948b2df381b91df7279d9455726 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sat, 14 Mar 2015 03:56:52 +0100 Subject: [PATCH] Increase nginx upload size --- examples/deploy/nginx-app.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.39.5