django-nginx-upload icon indicating copy to clipboard operation
django-nginx-upload copied to clipboard

Support of nginx-upload-progress-module ?

Open sebhaase opened this issue 4 years ago • 1 comments

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 ?

sebhaase avatar Aug 20 '20 21:08 sebhaase

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!

vsoch avatar Aug 20 '20 21:08 vsoch