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
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
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
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 / {