Welcome! Log In Create A New Profile

Advanced

nginx proxy_pass configuration to virtualhost

Tim Spencer | Spacesharing GmbH
December 20, 2014 05:40PM
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 / {
proxy_set_header Host $host;
proxy_pass http://www.urlforvirtualhost.com;
}
}
|

The question is how do I allow proxy_pass without nginx resolving the
ip-address of the host?

I have googled but obviously too many search result feature nginx
configuration for virtual hosts.

Any hints would be kindly appreciated.

Lo5t

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

nginx proxy_pass configuration to virtualhost

Tim Spencer | Spacesharing GmbH December 20, 2014 05:40PM

Re: nginx proxy_pass configuration to virtualhost

mex December 21, 2014 05:31AM

Re: nginx proxy_pass configuration to virtualhost

Tim Spencer | Spacesharing GmbH December 21, 2014 08:14AM

Re: nginx proxy_pass configuration to virtualhost

Francis Daly December 21, 2014 02:44PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

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