mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 04:51:33 -07:00
add info on webfinger redirect
This commit is contained in:
parent
41059d54f8
commit
2371baf51d
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue