I use django to run my site and nginx for the front web server,
but when I upload a very large file to my site,
I am very long
something is wrong when nginx manually uploads a large file,
nginx will send the file to django after receiving all of my message file;
so it will take me more time;
I want to find another web server to replace nginx;
Would you like to suggest?
source
share