Set client_max_body_size to 150MB

Fixes #9
This commit is contained in:
Stefan Verhoeven 2017-08-01 07:55:56 +02:00
parent f0750b3283
commit 6b0e3c6e2f

View File

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