Welcome! Log In Create A New Profile

Advanced

Re: Nginx Frontend with Apache2 and Drupal6

September 08, 2012 02:30PM
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
Subject Author Posted

Nginx Frontend with Apache2 and Drupal6

Larry P. September 08, 2012 02:18PM

Re: Nginx Frontend with Apache2 and Drupal6

mike September 08, 2012 02:30PM

Re: Nginx Frontend with Apache2 and Drupal6

Larry P. September 08, 2012 05:34PM

Re: Nginx Frontend with Apache2 and Drupal6

Francis Daly September 08, 2012 06:42PM

Re: Nginx Frontend with Apache2 and Drupal6

Larry P. September 08, 2012 07:36PM

Re: Nginx Frontend with Apache2 and Drupal6

Francis Daly September 08, 2012 07:46PM

Re: Nginx Frontend with Apache2 and Drupal6

Larry P. September 08, 2012 08:36PM

Re: Nginx Frontend with Apache2 and Drupal6

Francis Daly September 09, 2012 05:20AM

Re: Nginx Frontend with Apache2 and Drupal6

Valeriano Cossu September 09, 2012 09:18AM

Re: Nginx Frontend with Apache2 and Drupal6

Larry P. September 09, 2012 09:00AM

Re: Nginx Frontend with Apache2 and Drupal6

Francis Daly September 09, 2012 09:56AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 263
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready