Disable the request size max limit

Refs #63
This commit is contained in:
Stefan Verhoeven 2018-09-20 08:43:20 +02:00
parent 2f0be5a27f
commit 397ffca212

View File

@ -1,7 +1,7 @@
server { server {
server_name cartodb.localhost *.cartodb.localhost; server_name cartodb.localhost *.cartodb.localhost;
client_max_body_size 150M; client_max_body_size 0;
location ~* /(user/.*/)?api/v1/maps { location ~* /(user/.*/)?api/v1/maps {
proxy_set_header Host $host; proxy_set_header Host $host;