10 messages in ru.sysoev.nginxRe: 500 error on multipart POST, no e...
FromSent OnAttachments
Jonathan VanascoJul 29, 2008 3:27 pm 
Jonathan VanascoJul 29, 2008 3:37 pm 
Aníbal RojasJul 29, 2008 4:10 pm 
Jonathan VanascoJul 29, 2008 4:28 pm 
jeff emmingerJul 30, 2008 5:40 am 
Igor SysoevJul 30, 2008 5:53 am 
Igor SysoevJul 30, 2008 5:54 am 
Jonathan VanascoJul 30, 2008 10:40 am 
Jonathan VanascoJul 30, 2008 11:03 am 
Igor SysoevJul 30, 2008 12:00 pm 
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: 500 error on multipart POST, no error logActions...
From:Igor Sysoev (is-G@public.gmane.org)
Date:Jul 30, 2008 5:54:02 am
List:ru.sysoev.nginx

On Wed, Jul 30, 2008 at 08:40:28AM -0400, jeff emminger wrote:

Wild guess... try without the quotes? e.g. change location ~ "^/" { proxy_pass http://127.0.0.1:5001; }

to location ~ ^/ { proxy_pass http://127.0.0.1:5001; }

No, quotes do not effect here.