Welcome! Log In Create A New Profile

Advanced

Re: nginx on host + nginx in jail - how to setup two servers?

SplitIce
October 31, 2010 04:14AM
server {
listen frontend:80 default_server;
proxy_intercept_errors on;
location / {
proxy_pass http://backend;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host $http_host;
}
}

On Sun, Oct 31, 2010 at 6:14 AM, dong <nginx-forum@nginx.us> wrote:

> How to set proxy_pass? When I set NAT in pf.conf then sites from nginx
> on my host dont working, but sites from jail is working :)
>
> Its my pf.conf now:
> rdr pass on em0 proto tcp from any to em0 port 80 -> 192.168.1.3 port
> 80
> nat on em0 from 192.168.1.0/24 to any -> 188.x.x.x
>
> 192.168.1.3 - its my jail
> 188.x.x.x its my host
>
> Posted at Nginx Forum:
> http://forum.nginx.org/read.php?2,145777,146051#msg-146051
>
>
> _______________________________________________
> nginx mailing list
> nginx@nginx.org
> http://nginx.org/mailman/listinfo/nginx
>



--
Warez Scene http://thewarezscene.org Free Rapidshare
Downloadshttp://www.nexusddl.com
_______________________________________________
nginx mailing list
nginx@nginx.org
http://nginx.org/mailman/listinfo/nginx
Subject Author Posted

nginx on host + nginx in jail - how to setup two servers?

dong October 29, 2010 01:26PM

Re: nginx on host + nginx in jail - how to setup two servers?

Ian Hobson October 30, 2010 10:04AM

Re: nginx on host + nginx in jail - how to setup two servers?

SplitIce October 30, 2010 10:30AM

Re: nginx on host + nginx in jail - how to setup two servers?

dong October 30, 2010 03:14PM

Re: nginx on host + nginx in jail - how to setup two servers?

SplitIce October 31, 2010 04:14AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

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