Upload from local PC problem

admin4170

Member
Aug 8, 2014
30
0
6
Hi
1. My server detail:
- Debian 7 - 64bit
- ISPConfig + Nginx + PHP-FPM

2. Remote upload are OK with all file size (I set 10 GB)

3. Upload from local PC:
- Progress bar running well but no link when complete
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
This could be limits on your NGINX config. Do you have this line in your NGINX settings file:

client_max_body_size 5G;

As detailed here: http://forum.mfscripts.com/viewtopic.php?f=20&t=388&p=4583&hilit=nginx#p4551

If that doesn't work try:

client_max_body_size 2G;

Remember to restart Nginx when you make the changes.