Welcome! Log In Create A New Profile

Advanced

Re: Rewriting location directive by upstream servers

Francis Daly
September 30, 2014 02:58PM
On Fri, Sep 26, 2014 at 10:12:47AM +0530, thunder hill wrote:
> On Fri, Sep 26, 2014 at 2:35 AM, Francis Daly <francis@daoine.org> wrote:
> > On Fri, Sep 26, 2014 at 01:20:18AM +0530, thunder hill wrote:

Hi there,

> > > When I access mysite.com/app1 the upstream server rewrites the url like
> > > mysite.com/login instead of mysite.com/app1/login and the result is a
> > > blank page.
> > >
> > > Users are allowed either mysite.com/app1 or mysite.com/app2. In both the
> > > cases app1 and app2 are getting rewritten with login or some other
> > > extension. How to solve this issue.?
> >
> > I believe that the easiest way, if you want both to be available via
> > the same hostname, is to install-or-configure app1 on backend1 to be
> > available below the url /app1/, not below /.

> Thats the easiest way. Unfortunately there is no control over backend
> server(s).

I believe the next easiest thing to do is to change the requirements,
so that users access http://app1.mysite.com or http://app2.mysite.com
instead of http://mysite.com/app1/ or http://mysite.com/app2/.

You can allow initial access to http://mysite.com/app1/, and would
issue a http redirect to http://app1.mysite.com, and have the server{}
listening for that name proxy_pass to one backend.

> Just a thought:
> Is there a way to keep the url mysite.com/app1 and go on with
> mysite.com/app1/login. That means backend server can only rewrite the
> strings after mysite.com/app1

That depends (almost) entirely on the backend; but if you do not control
it, I would be surprised if you can make it do this.

(To my mind, if you don't control the backend, you don't reverse proxy
to it. But that is probably not a universal opinion.)

f
--
Francis Daly francis@daoine.org

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Rewriting location directive by upstream servers

thunder hill September 25, 2014 03:56PM

Re: Rewriting location directive by upstream servers

Francis Daly September 25, 2014 05:08PM

Re: Rewriting location directive by upstream servers

thunder hill September 26, 2014 12:44AM

Re: Rewriting location directive by upstream servers

Francis Daly September 30, 2014 02:58PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 175
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