Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/admin-guide/files/parent.config.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ The following list shows the possible actions and their allowed values.

If ``round_robin`` is set to ``consistent_hash``, you may add a unique ``hash string``
following the ``weight`` for each parent. The ``hash string`` must start with ``&``
and is used to build both the primary and secondary rings using the ``hash string``
and is used to build both the primary and secondary rings using the ``hash string``
for each parent insted of the parents ``hostname`` or ``ip address``. This can be
useful so that two different hosts may be used to cache the same requests. Example::

Expand Down
4 changes: 2 additions & 2 deletions doc/admin-guide/files/records.config.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1670,7 +1670,7 @@ Proxy User Variables
``10.0.2.123`` A single IP Address.
``10.0.3.1-10.0.3.254`` A range of IP address.
``10.0.4.0/24`` A range of IP address specified by CIDR notation.
======================= ============================================================
======================= ===========================================================

.. important::

Expand All @@ -1679,7 +1679,7 @@ Proxy User Variables
information.
See :ts:cv:`proxy.config.http.server_ports` for information on how to enable Proxy Protocol on a port.

See :ref:`proxy-protocol` for more discussion on how |TS| tranforms the `Forwarded: header.
See :ref:`proxy-protocol` for more discussion on how |TS| tranforms the `Forwarded: header`.

.. ts:cv:: CONFIG proxy.config.http.normalize_ae INT 1
:reloadable:
Expand Down