I have a location block as
location
location @test{ proxy_pass http://localhost:5000/1; }
but nginx complains that \"proxy_p
\"proxy_p
Try omitting the "/" (URI part) and check.
location @test{ proxy_pass http://localhost:5000; }