Upload module can not upload file (Permission denied)
Vitaly Tskhovrebov
vt at chgk.info
Tue Mar 29 00:41:27 MSD 2011
> 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.
--
Regards, Vitaly Tskhovrebov
System Administrator
U.S. +1 (206) 905-9939
Russia +7 911 094-2035
More information about the nginx
mailing list