masterzen / nginx-upload-progress-module

Nginx module implementing an upload progress system, that monitors RFC1867 POST uploads as they are transmitted to upstream servers.
http://wiki.codemongers.com/NginxHttpUploadProgressModule
Other
432 stars 101 forks source link

Module seems to work correctly with uwsgi_pass #40

Open paluh opened 8 years ago

paluh commented 8 years ago

I've tested this module against uwsgi and it works like a charm ;-)

If you think that mine observations are correct, please add to the documentation, information that uwsgi_pass can can be used with this module.