Proxy notation hints

Added hints to the different allowed notations for trusted proxies

Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
This commit is contained in:
Sascha Wiswedel 2019-06-07 15:15:25 +02:00 committed by Backportbot
parent 5c14e5a8f4
commit fbb6779bb5

View File

@ -14,7 +14,8 @@ 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 IP address to define the
Set the **trusted_proxies** parameter as an array of IPv4 addresses,
IPv4 ranges in CIDR notation or IPv6 addresses 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.