DEV Community

Discussion on: PM2 listening on port 443 shows EADDRINUSE: address already in use :::443

Collapse
 
dmahely profile image
Doaa Mahely

Update: Site is up and running!

I wouldn't have found that page of documentation with that title. Now I learned yet another method of solving this particular problem 😄
Thanks a lot for taking the time to help James!

Thread Thread
 
codebubb profile image
James Bubb

Excellent! Out of interest did you use Nginx in the end or Apache?

Glad it's working for you now.

Thread Thread
 
dmahely profile image
Doaa Mahely

I ended up using Apache and configuring virtual hosts to redirect the traffic, because I couldn't find any complete Nginx tutorials! The Apache method is dead simple and I'm surprised I didn't come across it in my research.

Cheers!