also need add into nginx.conf something like this:

    sendfile        on;
    client_max_body_size 100M;

to avoid 413 Request Entity Too Large
when upload big files

Reply via email to