diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-10-06 17:36:29 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-10-06 17:36:29 -0500 |
commit | b90eda3d8bfa1faf5bdabce9539b601476abed94 (patch) | |
tree | e9d9c7a9bb39e5f6a9069a9174d63b8a9e881860 /config | |
parent | e08eb4aba07ce843f3f1149b8c70fb6b4d855c44 (diff) | |
download | pleroma-b90eda3d8bfa1faf5bdabce9539b601476abed94.tar.gz |
Improve description yet again
Diffstat (limited to 'config')
-rw-r--r-- | config/description.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/description.exs b/config/description.exs index 71cb5d913..c6916ad14 100644 --- a/config/description.exs +++ b/config/description.exs @@ -3270,7 +3270,7 @@ config :pleroma, :config_description, [ key: :proxies, type: {:list, :string}, description: - "A list of upstream proxy IP subnets in CIDR notation. Defaults to `[]`. IPv4 entries without a bitmask will be assumed to be /32 and IPv6 /128." + "A list of upstream proxy IP subnets in CIDR notation from which we will parse the content of `headers`. Defaults to `[]`. IPv4 entries without a bitmask will be assumed to be /32 and IPv6 /128." }, %{ key: :reserved, |