diff options
author | Lain Soykaf <lain@lain.com> | 2022-12-15 17:17:49 -0500 |
---|---|---|
committer | Lain Soykaf <lain@lain.com> | 2022-12-15 17:19:36 -0500 |
commit | 63d00f8123ddc5a8d9917e48216775f98ceac713 (patch) | |
tree | d65a76433291d1383f56bb8d55ce6eb29d69cfd6 /docs/configuration/how_to_serve_another_domain_for_webfinger.md | |
parent | 2186e9b62b9c88812a616a7ad0d80f4b10a2deb1 (diff) | |
parent | 204fd6faae8c39706a5ded42c7cc4fbc71a733bc (diff) | |
download | pleroma-63d00f8123ddc5a8d9917e48216775f98ceac713.tar.gz pleroma-63d00f8123ddc5a8d9917e48216775f98ceac713.zip |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into update-deps
Diffstat (limited to 'docs/configuration/how_to_serve_another_domain_for_webfinger.md')
-rw-r--r-- | docs/configuration/how_to_serve_another_domain_for_webfinger.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration/how_to_serve_another_domain_for_webfinger.md b/docs/configuration/how_to_serve_another_domain_for_webfinger.md index 4e70f444c..5ae3e7943 100644 --- a/docs/configuration/how_to_serve_another_domain_for_webfinger.md +++ b/docs/configuration/how_to_serve_another_domain_for_webfinger.md @@ -42,8 +42,8 @@ config :pleroma, Pleroma.Web.Endpoint, config :pleroma, Pleroma.Web.WebFinger, domain: "example.org" ``` -- `domain` - is the domain for which your Pleroma instance has authority, it's the domain used in `acct:` URI. In our example, `domain` would be set to `example.org. -- `host` - is the domain used for any URL generated for your instance, including the author/actor URL's. In our case, that would be `pleroma.example.org. +- `domain` - is the domain for which your Pleroma instance has authority, it's the domain used in `acct:` URI. In our example, `domain` would be set to `example.org`. This is used in WebFinger account ids, which are the canonical account identifier in some other fediverse software like Mastodon. **If you change `domain`, the accounts on your server will be shown as different accounts in those software**. +- `host` - is the domain used for any URL generated for your instance, including the author/actor URL's. In our case, that would be `pleroma.example.org`. This is used in AP ids, which are the canonical account identifier in Pleroma and some other fediverse software. **You should not change this after you have set up the instance**. ### Configuring WebFinger domain |