independent full stack developer

/ Developer's blog

Problem binding to port 80: Could not bind to IPv4 or IPv6.

Thursday, November 21, 2024

sudo certbot certonly --standalone --rsa-key-size 4096 --agree-tos --preferred-challenges http -d your_domain

 

try to disble nginx for a while and then start it again

service nginx stop

service nginx start

412 people already saw it