How to upload a big file with 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.
Add to your /etc/nginx/nginx.conf :
client_max_body_size 150m;
Change the size accordingly.