Merge pull request #1997 from nextcloud/backport/1936/stable17

[stable17] Update documentation and readability
This commit is contained in:
Morris Jobke 2020-04-21 11:03:10 +02:00 committed by GitHub
commit c2dc097ca9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,8 +16,12 @@ trust. Connections from trusted proxies will be specially treated to get the
real client information, for use in access control and logging. Parameters are
configured in :file:`config/config.php`
Set the **trusted_proxies** parameter as an array of IPv4 addresses,
IPv4 ranges in CIDR notation or IPv6 addresses to define the
Set the :file:`trusted_proxies` parameter as an array of:
* IPv4 addresses,
* IPv4 ranges in CIDR notation
* IPv6 addresses
* host to resolve
to define the
servers Nextcloud should trust as proxies. This parameter provides protection
against client spoofing, and you should secure those servers as you would your
Nextcloud server.