How to upload a big file with nginx 22 September 2011·20 words·1 min Nginx How to upload a big file with nginx # Add to your /etc/nginx/nginx.conf : client_max_body_size 150m; Change the size accordingly.