Re: nginx proxy_pass configuration to virtualhost

2014-12-21 Thread Francis Daly
On Sat, Dec 20, 2014 at 11:36:24PM +0100, Tim Spencer | Spacesharing GmbH wrote: Hi there, > I would like to redirect to an external URL which is hosted as a > apache virtual host. There may be subtleties about your configuration that have not been included; but I'm not seeing any obvious reason

Re: nginx proxy_pass configuration to virtualhost

2014-12-21 Thread Tim Spencer | Spacesharing GmbH
On 21/12/14 11:31, mex wrote: Hi tim, Hi, I would like to redirect to an external URL which is hosted as a apache virtual host. redirect or proxy_pass? correct wording is important here preferred proxy_pass nginx resolves the host of the url which obviously does little to resolve to the

Re: nginx proxy_pass configuration to virtualhost

2014-12-21 Thread mex
Hi tim, > Hi, > > I would like to redirect to an external URL which is hosted as a > apache > virtual host. redirect or proxy_pass? correct wording is important here > nginx resolves the host of the url which obviously does little to > resolve to the correct web root on the server. i dont

nginx proxy_pass configuration to virtualhost

2014-12-20 Thread Tim Spencer | Spacesharing GmbH
Hi, I would like to redirect to an external URL which is hosted as a apache virtual host. nginx resolves the host of the url which obviously does little to resolve to the correct web root on the server. | server { server_name localhost; location / {