django-nginx-upload
django-nginx-upload copied to clipboard
Support of nginx-upload-progress-module ?
Debian ships nginx with nginx-upload-progress-module. It used to ship with the nginx upload-module ( https://github.com/vkholodkov/nginx-upload-module/ ) Apparently these are different. Which one is need here for django-nginx-upload ?
It's specifically a module that you build into nginx https://www.nginx.com/resources/wiki/modules/upload/ so you generally need to compile it with nginx - that link does indeed look like the same thing! I've never tried using nginx natively in a debian container or on a host, so if you want to give it a shot please let me know what you learn!