increase max request body size to 10MB

currently all router facts are sent uncompressed in one push
and now we seem to have exceeded the default of 1-2MB
This commit is contained in:
Dominik Heidler 2015-11-27 15:59:58 +01:00
parent 36938ad60a
commit d1c27b709f
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ pip3 install pymongo
location / {
include uwsgi_params;
uwsgi_pass 127.0.0.1:3031;
client_max_body_size 10M;
}
location /tiles {