Re: SSI and proxy_pass

2014-07-10 Thread Valentin V. Bartenev
On Thursday 10 July 2014 12:18:24 T.crowder wrote: > Hi all, > > I'm trying out nginx. I would like to use it to perform the following: > > 1. Retrieve a page from a server1 which includes some SSI commands > 2. Process the SSI commands, eventually including content from server2 > 3. Return the r

SSI and proxy_pass

2014-07-10 Thread T.crowder
Hi all, I'm trying out nginx. I would like to use it to perform the following: 1. Retrieve a page from a server1 which includes some SSI commands 2. Process the SSI commands, eventually including content from server2 3. Return the resultant page I've got SSI working when using a local file, but