Merge pull request #2036 from nextcloud/backport/2034/stable17

This commit is contained in:
John Molakvoæ 2020-04-29 22:02:13 +02:00 committed by GitHub
commit 4cffbfe5a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,10 +17,12 @@ real client information, for use in access control and logging. Parameters are
configured in :file:`config/config.php`
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.