From 8d626b110aca33b04bd15a09bd8ad2adf2d107da Mon Sep 17 00:00:00 2001 From: Sascha Wiswedel Date: Fri, 7 Jun 2019 15:15:25 +0200 Subject: [PATCH] Proxy notation hints Added hints to the different allowed notations for trusted proxies Signed-off-by: Sascha Wiswedel --- .../configuration_server/reverse_proxy_configuration.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/admin_manual/configuration_server/reverse_proxy_configuration.rst b/admin_manual/configuration_server/reverse_proxy_configuration.rst index ed44b5632..9483a8fea 100644 --- a/admin_manual/configuration_server/reverse_proxy_configuration.rst +++ b/admin_manual/configuration_server/reverse_proxy_configuration.rst @@ -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.