Skip to content

Commit 4d8c89d

Browse files
Patrick McAndrewweaverryan
Patrick McAndrew
authored andcommitted
Add formatting for file and method names
1 parent 037eda8 commit 4d8c89d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/request/load_balancer_reverse_proxy.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ In this case, you'll need to - *very carefully* - trust *all* proxies.
8383
$response = $kernel->handle($request);
8484
// ...
8585

86-
#. Ensure that the trusted_proxies setting in your app/config/config.yml is not set or
87-
it will overwrite the setTrustedProxies call above.
86+
#. Ensure that the trusted_proxies setting in your ``app/config/config.yml`` is not set or
87+
it will overwrite the ``setTrustedProxies`` call above.
8888

8989
That's it! It's critical that you prevent traffic from all non-trusted sources.
9090
If you allow outside traffic, they could "spoof" their true IP address and

0 commit comments

Comments
 (0)