Don't leak internal variables in the docs. They're useless to users.
This commit is contained in:
parent
7a2ed2fc90
commit
e08eb4aba0
2 changed files with 2 additions and 2 deletions
|
|
@ -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"]`.
|
||||
"""
|
||||
},
|
||||
%{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue