nginx.conf
worker_processes 1;
client_max_body_size 2000m;
include mime.types;
default_type application/octet-stream;
sendfile on;