about summary refs log tree commit diff
path: root/nanobox/nginx-local.conf
diff options
context:
space:
mode:
Diffstat (limited to 'nanobox/nginx-local.conf')
-rw-r--r--nanobox/nginx-local.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/nanobox/nginx-local.conf b/nanobox/nginx-local.conf
index f56339cac..c0e883603 100644
--- a/nanobox/nginx-local.conf
+++ b/nanobox/nginx-local.conf
@@ -38,7 +38,7 @@ http {
 
         root /app/public;
 
-        client_max_body_size 8M;
+        client_max_body_size 80M;
 
         location / {
             try_files $uri @rails;