atom feed10 messages in ru.sysoev.nginxRe: Upload module can not upload file...
FromSent OnAttachments
Yanxin Z.Mar 28, 2011 1:08 pm 
Vitaly TskhovrebovMar 28, 2011 1:11 pm 
Yanxin Z.Mar 28, 2011 1:24 pm 
Vitaly TskhovrebovMar 28, 2011 1:26 pm 
Yanxin Z.Mar 28, 2011 1:32 pm 
Vitaly TskhovrebovMar 28, 2011 1:40 pm 
Yanxin Z.Mar 28, 2011 2:43 pm 
Yanxin Z.Mar 28, 2011 5:51 pm 
Vitaly TskhovrebovMar 29, 2011 12:02 am 
Yanxin Z.Mar 29, 2011 9:10 am 
Subject:Re: Upload module can not upload file (Permission denied)
From:Vitaly Tskhovrebov (vt@chgk.info)
Date:Mar 28, 2011 1:40:37 pm
List:ru.sysoev.nginx

49 # Pass altered request body to a backend 50 location @test { 51 #passenger_enabled on; 52 proxy_pass http://localhost:8080; 53 proxy_temp_path /home/virus/tmp/proxy_temp; 54 }

It said here - pass request body to a backend. Since you don't have backend running (proper application who will process request by that address) then nginx can't pass it, then it fails. Nginx is fine.