Follow

mastodon config, code snippets 

@dumpsterqueer@ondergrond.org @petrichor yeah, it works fine:

required mastodon config:
LOCAL_DOMAIN=pixie.town
WEB_DOMAIN=social.pixie.town

nginx config for top-level domain:

location = /.well-known/host-meta {
return 301 social.pixie.town$request_uri;
}

location = /.well-known/webfinger {
return 301 social.pixie.town$request_uri;
}

subdomain that hosts web just has the default mastodon nginx config, no changes neccessary

@dumpsterqueer@ondergrond.org @petrichor oh wow it's actually documented now too: docs.joinmastodon.org/admin/co WEB_DOMAIN entry

Sign in to participate in the conversation
Pixietown

Small server part of the pixie.town infrastructure. Registration is closed.