Don't leak internal variables in the docs. They're useless to users.

This commit is contained in:
Mark Felder 2020-10-06 17:29:56 -05:00
commit e08eb4aba0
2 changed files with 2 additions and 2 deletions

View file

@ -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"]`.
"""
},
%{