Nginx Frontend with Apache2 and Drupal6
Michael Shadle
mike503 at gmail.com
Sat Sep 8 18:28:40 UTC 2012
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 at 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;
> }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20120908/511e1926/attachment.html>
More information about the nginx
mailing list