Skip to content

Commit 21bb611

Browse files
authored
Docs: Correct the mismatch between the documentation and actual behavior (#12492)
PR #9383 added the fallback mechanism for ports that are configured to accept PROXY protocol, and the existence of PROXY header is no longer mandatory.
1 parent 6977769 commit 21bb611

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/admin-guide/files/records.yaml.en.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ proto
780780

781781
pp
782782
Enables Proxy Protocol on the port. If Proxy Protocol is enabled on the
783-
port, all incoming requests must be prefaced with the PROXY header. See
783+
port, |TS| tries to parse the header first, and it falls back to the regular connection handling based on other keywords. See
784784
:ref:`Proxy Protocol <proxy-protocol>` for more details on how to configure
785785
this option properly.
786786

0 commit comments

Comments
 (0)