From d710db0bbcdc9ac6e1a29f00e146179485af7d43 Mon Sep 17 00:00:00 2001 From: nicholaskuechler Date: Thu, 26 Sep 2024 10:24:28 -0500 Subject: [PATCH] fix typos Change-Id: I57b79f8f3a2af3fbf116d5257ea64fe699a03176 --- doc/source/configuration/settings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/configuration/settings.rst b/doc/source/configuration/settings.rst index cc665f41de..59c4b1346a 100644 --- a/doc/source/configuration/settings.rst +++ b/doc/source/configuration/settings.rst @@ -1606,7 +1606,7 @@ If horizon is behind a proxy server and the proxy is configured, the IP address from request is passed using header variables inside the request. The header name depends on a proxy or a load-balancer. This setting specifies the name of the header with remote IP address. The main use is for authentication log -(success or fail) displaing the IP address of the user. +(success or fail) displaying the IP address of the user. The commom value for this setting is ``HTTP_X_REAL_IP`` or ``HTTP_X_FORWARDED_FOR``. If not present, then ``REMOTE_ADDR`` header is used. (``REMOTE_ADDR`` is the