How to upload a big file with nginx
Sep 22, 2011
1 minute read

How to upload a big file with nginx

Add to your /etc/nginx/nginx.conf :

client_max_body_size    150m;

Change the size accordingly.



comments powered by Disqus