Skip to content

Commit

Permalink
Add formatting for file and method names
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick McAndrew authored and weaverryan committed Jun 27, 2015
1 parent 037eda8 commit 4d8c89d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbook/request/load_balancer_reverse_proxy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ In this case, you'll need to - *very carefully* - trust *all* proxies.
$response = $kernel->handle($request);
// ...

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

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

0 comments on commit 4d8c89d

Please sign in to comment.