try to remove listen [::]:80;
line in nginx.conf template (https://github.com/LemmyNet/lemmy-ansible/blob/main/templates/nginx.conf)
this post was submitted on 06 Jul 2023
3 points (80.0% liked)
Lemmy Support
4654 readers
14 users here now
Support / questions about Lemmy.
founded 5 years ago
MODERATORS
It's not working, I'm still getting the same error. I don't know why it's still complaining about [::]:80 even though I commented that part out. Do I need to perform some kind of cleanup on the target server?
you should run ansible playbooks again. also you could just try to remove the line from nginx config on the server.
I got it. In addition to commenting out the listen [::]:80
line in templates/nginx.conf, I also had to comment out the corresponding line on the server at /etc/nginx/sites-available/default. Thank you!!!
view more: next ›