add info on webfinger redirect

This commit is contained in:
aptalca 2022-11-10 18:57:38 -05:00
parent 41059d54f8
commit 2371baf51d

View file

@ -1,6 +1,9 @@
## Version 2022/11/10 ## Version 2022/11/10
# make sure that your dns has a cname set for mastodon # make sure that your dns has a cname set for mastodon
# make sure you set `WEB_DOMAIN=mastodon.example.com` env var for the mastodon container # make sure you set `WEB_DOMAIN=mastodon.example.com` env var for the mastodon container
# if you set `LOCAL_DOMAIN=example.com` (without the mastodon subdomain), then don't forget to add
# the location block for redirecting `/.well-known/webfinger` into your main server block for the WEB_DOMAIN
# See the upstream docs for more info: https://docs.joinmastodon.org/admin/config/#basic
server { server {
listen 443 ssl; listen 443 ssl;