Setting Up The upload file size for HTML5 Instance

#NGINX

server {

client_max_body_size 10M;

}

In this example is upload set up to 10Mb.
Full reverse-proxy.conf is here