Re: Listen on transient address

2018-11-16 Thread Maxim Dounin
Hello! On Thu, Nov 15, 2018 at 11:59:31AM -0800, Roger Fischer wrote: > I have an NGINX instance that listens on a tunnel (and some > other interfaces). When NGINX was restarted while the tunnel was > down (tun device and address did not exist), NGINX failed to > start. > > [emerg] 1344#1344:

Re: Listen on transient address

2018-11-16 Thread Ashish SHUKLA
On 11/16/18 1:29 AM, Roger Fischer wrote: > Hello, > > I have an NGINX instance that listens on a tunnel (and some other > interfaces). When NGINX was restarted while the tunnel was down (tun > device and address did not exist), NGINX failed to start. > > [emerg] 1344#1344: bind() to 38.88.78

Listen on transient address

2018-11-15 Thread Roger Fischer
Hello, I have an NGINX instance that listens on a tunnel (and some other interfaces). When NGINX was restarted while the tunnel was down (tun device and address did not exist), NGINX failed to start. [emerg] 1344#1344: bind() to 38.88.78.19:443 failed (99: Cannot assign requested address) Rel