Only one program can listen on a port at a given time usually. Something’s listening on port 443 (the standard HTTPS port), and when nginx starts up it tries to listen on that port and can’t. You can figure out what’s already listening on that port with commands like lsof or netstat, see here for examples:
Only one program can listen on a port at a given time usually. Something’s listening on port 443 (the standard HTTPS port), and when nginx starts up it tries to listen on that port and can’t. You can figure out what’s already listening on that port with commands like
lsof
ornetstat
, see here for examples:https://superuser.com/questions/42843/finding-the-process-that-is-using-a-certain-port-in-linux