ricard.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
This is the private Mastodon instance of Ricard Torres.

Administered by:

Server stats:

2
active users

Ricard Torres

@YoSiJo Hey, thanks 💜

Just an hour ago I realized I had IPv6 DNS record for the domain and no NGINX for port 80

I've updated the DNS record to remove it. So it looks exactly like all my other domains.

On the other hand, should I keep the IPv6 record I'm not sure how would I'd fix the wrong cert for serving from NGINX.

@YoSiJo I guess as simple as:

listen 443 ssl;
listen [::]:443 ssl;

Just added this, did it work? :blobcatthinking: