I believe all you need is the trailing slash
location /POLL {
proxy_pass http://127.0.0.1:8081/;
}
location /RADIOEDIT_REST {
proxy_passhttp://127.0.0.1:19384/RADIOEDIT_REST/;
}
location / {
proxy_pass http://127.0.0.1:8080/;
}
On Sep 8, 2012, at 11:16 AM, "Larry P." <lists@ruby-forum.com> wrote:
> location /POLL {
> proxy_pass http://127.0.0.1:8081;
> }
>
> location /RADIOEDIT_REST {
> proxy_pass http://127.0.0.1:19384/RADIOEDIT_REST;
> }
>
> location / {
> proxy_pass http://127.0.0.1:8080;
> }
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx