upload-module v2.0.7

Chetan Patil cpatil at gmail.com
Sun Nov 30 02:27:04 MSK 2008


Hi,

I am trying to set up nginx (0.6.32) with upload_module (2.0.7).

A couple of issues that tripped me up:

1)  upload_pass doesn't seem to be honored.
  location /ngupload {
    upload_pass /rails_upload;
   ...
  }
  location /rails_upload {
   proxy_pass http://mongreldev;
 }

In this case the upload module passes on the request to
http://<upstream_mongrel>/ngupload rather than
http://upstream_mongrel>/rails_upload

2)  File input fields with names such as upload_img[] causes the
upload module to break. The request gets mangled and something like
upload_img=[] gets posted to the upstream mongrel instance.


Are these known issues?

thanks
Chetan





More information about the nginx mailing list