Skip to content

Commit c3de5d9

Browse files
committed
minor #15118 Fix to use yaml syntax (cedriclombardot)
This PR was merged into the 5.2 branch. Discussion ---------- Fix to use yaml syntax Commits ------- b66dd5f Fix to use yaml syntax
2 parents e176d99 + b66dd5f commit c3de5d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deployment/proxies.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ and what headers your reverse proxy uses to send information:
3131
# config/packages/framework.yaml
3232
framework:
3333
# ...
34-
// the IP address (or range) of your proxy
34+
# the IP address (or range) of your proxy
3535
trusted_proxies: '192.0.0.1,10.0.0.0/8'
36-
// trust *all* "X-Forwarded-*" headers
36+
# trust *all* "X-Forwarded-*" headers
3737
trusted_headers: ['x-forwarded-for', 'x-forwarded-host', 'x-forwarded-proto', 'x-forwarded-port']
38-
// or, if your proxy instead uses the "Forwarded" header
38+
# or, if your proxy instead uses the "Forwarded" header
3939
trusted_headers: ['forwarded']
4040
4141
.. code-block:: xml

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy