diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-10-06 17:29:56 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-10-06 17:29:56 -0500 |
commit | e08eb4aba07ce843f3f1149b8c70fb6b4d855c44 (patch) | |
tree | 341a7e72ee5d2656861a9a1e7f5d41228d1cdf15 /config | |
parent | 7a2ed2fc90dd16a5ef45c4dd44a6e09bba035299 (diff) | |
download | pleroma-e08eb4aba07ce843f3f1149b8c70fb6b4d855c44.tar.gz |
Don't leak internal variables in the docs. They're useless to users.
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 2c7d91ccc..71cb5d913 100644 --- a/config/description.exs +++ b/config/description.exs @@ -3263,7 +3263,7 @@ config :pleroma, :config_description, [ key: :headers, type: {:list, :string}, description: """ - A list of strings naming the `req_headers` to use when deriving the `remote_ip`. Default: `["x-forwarded-for"]`. + A list of strings naming the HTTP headers to use when deriving the true client IP. Default: `["x-forwarded-for"]`. """ }, %{ |