From 397ffca212a701615ec104d91063ecec3f998cf3 Mon Sep 17 00:00:00 2001 From: Stefan Verhoeven Date: Thu, 20 Sep 2018 08:43:20 +0200 Subject: [PATCH] Disable the request size max limit Refs #63 --- config/cartodb.nginx.proxy.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cartodb.nginx.proxy.conf b/config/cartodb.nginx.proxy.conf index 178e134..7878a98 100644 --- a/config/cartodb.nginx.proxy.conf +++ b/config/cartodb.nginx.proxy.conf @@ -1,7 +1,7 @@ server { server_name cartodb.localhost *.cartodb.localhost; - client_max_body_size 150M; + client_max_body_size 0; location ~* /(user/.*/)?api/v1/maps { proxy_set_header Host $host;