I am using nginx on debian, and have a server configured with
server {
listen 172.30.0.172 deferred;
}
When I test the nginx config I still get
[emerg] bind() to 172.30.0.172:443 failed (99: Cannot assign requested address)
It's an ssl host, and is using pacemaker for HA, hence why I need to be able to defer the bind