Set client_max_body_size to 150MB

Fixes #9
remotes/origin/no-uploadlimit-63
Stefan Verhoeven 7 years ago
parent f0750b3283
commit 6b0e3c6e2f

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

Loading…
Cancel
Save