On Wednesday 18 June 2014 19:35:02 Steve Holdoway wrote:
> That's a red herring... cut/paste error. The rewrite is being processed,
> the result isn't being passed to the proxy server.
>
[..]
Without a full and exact copy of your configuration there's no way
to help you. Every single bit of it h
That's a red herring... cut/paste error. The rewrite is being processed,
the result isn't being passed to the proxy server.
On Wed, 2014-06-18 at 11:14 +0400, Valentin V. Bartenev wrote:
> On Wednesday 18 June 2014 12:15:29 Steve Holdoway wrote:
> > Hi Folks,
> >
> > I'm trying to integrate a pyt
On Wednesday 18 June 2014 12:15:29 Steve Holdoway wrote:
> Hi Folks,
>
> I'm trying to integrate a python backend into a pre-existing php
> website, and am having problems doing this as I need to rewrite the url
> at the same time... eg: this is what isn't working.
>
> location = /example {
Hi Folks,
I'm trying to integrate a python backend into a pre-existing php
website, and am having problems doing this as I need to rewrite the url
at the same time... eg: this is what isn't working.
location = /example {
rewrite /example/(.*) /$1 break;
ro