fix typos

Change-Id: I57b79f8f3a2af3fbf116d5257ea64fe699a03176
This commit is contained in:
nicholaskuechler 2024-09-26 10:24:28 -05:00
parent 681f9537c2
commit d710db0bbc

View File

@ -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 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 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 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 The commom value for this setting is ``HTTP_X_REAL_IP`` or
``HTTP_X_FORWARDED_FOR``. ``HTTP_X_FORWARDED_FOR``.
If not present, then ``REMOTE_ADDR`` header is used. (``REMOTE_ADDR`` is the If not present, then ``REMOTE_ADDR`` header is used. (``REMOTE_ADDR`` is the