mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2026-07-09 01:52:34 +02:00
add info on webfinger redirect
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user