2 messages in ru.sysoev.nginxRe:
FromSent OnAttachments
mai...@wuob.deNov 6, 2008 2:59 am 
Todd FisherNov 6, 2008 11:21 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re:Actions...
From:Todd Fisher (todd@gmail.com)
Date:Nov 6, 2008 11:21:56 am
List:ru.sysoev.nginx

Hi Markus,

It works with upload_pass, it's just not written as such. For example,

location /upload {

upload_pass /upload_complete; ...

track_uploads uploads 5s; }

location /progress { report_uploads uploads; }

location /upload_complete { internal; proxy_pass http://apps; }

Regards, -Todd

On Thu, Nov 6, 2008 at 6:00 AM, <mai@wuob.de> wrote:

Hi,

I would like to use the upload module and the upload progress module at the same time. Unfortunately, the upload progress module can only work with proxy_pass and fastcgi, however, not with upload_pass.

Is there a way to use both modules at the same time ?

Kind regards, Markus