Skip to content

Commit 163c694

Browse files
committed
Fixed a RST syntax issue
1 parent 42c1ca4 commit 163c694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/proxies.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ and what headers your reverse proxy uses to send information::
4848
.. deprecated:: 5.2
4949

5050
In previous Symfony versions, the above example used ``HEADER_X_FORWARDED_ALL``
51-
to trust all "X-Forwarded-*" headers, but that constant is deprecated since
51+
to trust all "X-Forwarded-" headers, but that constant is deprecated since
5252
Symfony 5.2 in favor of the individual ``HEADER_X_FORWARDED_*`` constants.
5353

5454
.. caution::

0 commit comments

Comments
 (0)