Quantcast
Viewing latest article 1
Browse Latest Browse All 7

Nginx Update failed on debian

I had a little problem with Debian that didn’t want to restart after an update. Of course, no site were working.

I had this message log:

# /etc/init.d/nginx restart
Restarting nginx: nginxnginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
nginx: [emerg] still could not bind()

nginx created a new file : /etc/nginx/sites-available/default

I just renamed it to default.old so it takes mine instead of the default one and it works again !

Hope it helped you !


Viewing latest article 1
Browse Latest Browse All 7

Trending Articles