protip: server_name *.root.tld; in nginx does NOT match $host = root.tld
server_name .root.tld; is what you're looking for
Computer Fairies is a Mastodon instance that aims to be as queer, friendly and furry as possible. We welcome all kinds of computer fairies!
server_name .root.tld; is what you're looking for