Follow

Thanks to @simon and the fantastic built-in migration tool, I managed to move my Mastodon server under my usual domain name. \o/

· · Web · 1 · 0 · 1

@chris @simon Nice! How do you get mccormick.cx working as the domain when mastodon is on feed.mccormick.cx ?

@yaxu @simon It's all detailed in Simon's TIL here:
til.simonwillison.net/mastodon

Changes to my crusty old Apache server: 3 `ProxyPass` stanzas like:

```
# Mastodon proxy to feed.mccormick.cx
SSLProxyEngine On
<Location "/.well-known/webfinger">
ProxyPass "feed.mccormick.cx/.well-known/"
</Location>
```

And also for `host-meta` and `nodeinfo`. And one `RedirectMatch`:

```
RedirectMatch "/@(.*)$" "feed.mccormick.cx/@$1"
```

Also updated [Mastodon conf](masto.host/mastodon-usernames-).

Sign in to participate in the conversation
Mastodon

The social network of the future: No ads, no corporate surveillance, ethical design, and decentralization! Own your data with Mastodon!