Disable the request size max limit

Refs #63
remotes/origin/no-uploadlimit-63
Stefan Verhoeven 6 years ago
parent 2f0be5a27f
commit 397ffca212

@ -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;

Loading…
Cancel
Save