From 5c62f2b85204efdd4a9558c6e88818bedbd02659 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 29 Apr 2020 10:52:13 +0200 Subject: [PATCH] Fix documentation copy-and-paste error (danke @luto) --- doc/admin/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/admin/config.rst b/doc/admin/config.rst index a31954cdda..550ed2f3a9 100644 --- a/doc/admin/config.rst +++ b/doc/admin/config.rst @@ -92,7 +92,7 @@ Example:: ``trust_x_forwarded_proto`` Specifies whether the ``X-Forwarded-Proto`` header can be trusted. Only set to ``on`` if you have a reverse - proxy that actively removes and re-adds the header to make sure the correct client IP is the first value. + proxy that actively removes and re-adds the header to make sure the correct value is set. Defaults to ``off``.