From edd3744104bce5929168e4b8efe0bc264c2985ec Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Sun, 23 Feb 2020 22:35:44 +0100 Subject: [PATCH] Fix: Unknown target name Signed-off-by: Daniel Kesselberg --- admin_manual/configuration_server/bruteforce_configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/configuration_server/bruteforce_configuration.rst b/admin_manual/configuration_server/bruteforce_configuration.rst index eedad1e70..e0b713719 100644 --- a/admin_manual/configuration_server/bruteforce_configuration.rst +++ b/admin_manual/configuration_server/bruteforce_configuration.rst @@ -35,5 +35,5 @@ If you are behind a reverse proxy or load balancer it is important you make sure setup properly. Especially the **trusted_proxies** and **forwarded_for_headers** `config.php` variables need to be set correctly. Otherwise it can happen that Nextcloud actually starts throttling all traffic coming from the reverse -proxy or load balancer. For more information see serverconf_reverseproxy_. +proxy or load balancer. For more information see :doc:`reverse_proxy_configuration`.