I'm currently hosting a django project on Apache + nginx. When I try to upload a large file I get a 413 request entity too large error message.
I also have a django-cms project and when I tried to upload a file which is anything over 5meg I get an error code 64, The web server connection was closed.
Thanks in advance,