Skip to content

Commit

Permalink
Disable the request size max limit
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Sep 20, 2018
1 parent 2f0be5a commit 397ffca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/cartodb.nginx.proxy.conf
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 397ffca

Please sign in to comment.