We've got two nginx servers running as loadbalancing proxies.
Due to some of our customers lack of SNI support we've got to set a few different virtual IP's and specified them on each sites config.
This works well but the problem is that keepalive only brings the ip's when its active.
and nginx tries to check all ip's when it starts. so the babkup proxy cannot start du tue the fact that the ip's are on the master proxy.
Is it possible to force a start anyway or maybe disable the IP check during startup?
Thnx in advance
Due to some of our customers lack of SNI support we've got to set a few different virtual IP's and specified them on each sites config.
This works well but the problem is that keepalive only brings the ip's when its active.
and nginx tries to check all ip's when it starts. so the babkup proxy cannot start du tue the fact that the ip's are on the master proxy.
Is it possible to force a start anyway or maybe disable the IP check during startup?
Thnx in advance