NGINX bind() to 0.0.0.0:80 failed (98: Address already in use)
I recently tried adding a new site configuration for NGINX and just did what we normally do &mbsp; sudo service nginx restart. The weird thing is, my site configuration is okay (run sudo nginx -t to test your config) so something else might be wrong right? Like what any good Geekysaur would do, we won’t stop until we find the root cause! I proceeded to look at NGINX’ runtime log using sudo nginx and saw the following error messages: XHTML nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use) nginx: [emerg] bind() to [::]:80 failed (98: Address...
Read More