nginx + ip_nonlocal_bind
Michael Shadle
mike503 at gmail.com
Fri May 1 11:18:10 MSD 2009
On Fri, May 1, 2009 at 12:00 AM, Tristan Griffiths
<tristan.griffiths at stomp.com.au> wrote:
> http {
> server {
- listen 192.168.1.1:80 default;
+ listen 80 default;
> }
> }
try that
also you could try dropping default. maybe the behavior will change. i
guess it depends if nginx will listen on new ips that are inherited
through heartbeat or not. i haven't tried but i've never hit the
situation where i had to tell nginx to re-bind. but i may have never
-got- to that situation to begin with :P
More information about the nginx
mailing list