> 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
_______________________________________________
nginx mailing list
nginx@nginx.org
http://nginx.org/mailman/listinfo/nginx