Hacker News new | ask | show | jobs
by xojoc 3782 days ago
Thanks, I found the problem. I thought that with Nginx, Ipv6 would just work but I had to add

    listen 80;
    listen [::]:80;
to my server block.