#(98 Address already in use)
3 messages · Page 1 of 1 (latest)
I have found the following for: https://media.discordapp.net/attachments/1051434352006930502/1051434352258592828/image.png
@warm panther; You already have another service using port 80/443, such as Nginx or Apache.
Use ss -plnt | grep :80 or ss -plnt | grep :443 to find what process is currently using the port(s) and stop it.
Most likely, it would be systemctl stop nginx or systemctl stop apache2
Read the bots response more carefully. You have Nginx already running with workers