Skip to content

Commit 319c081

Browse files
committed
Fixed a minor grammar issue
1 parent ac3689b commit 319c081

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cookbook/request/load_balancer_reverse_proxy.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,12 @@ My Reverse Proxy Uses Non-Standard (not X-Forwarded) Headers
9696
------------------------------------------------------------
9797

9898
Although `RFC 7239`_ recently defined a standard ``Forwarded`` header to disclose
99-
all proxy information, most reverse proxies store information on non-standard
99+
all proxy information, most reverse proxies store information in non-standard
100100
``X-Forwarded-*`` headers.
101+
101102
But if your reverse proxy uses other non-standard header names, you can configure
102103
these (see ":doc:`/components/http_foundation/trusting_proxies`").
104+
103105
The code for doing this will need to live in your front controller (e.g. ``web/app.php``).
104106

105107
.. _`security groups`: http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/using-elb-security-groups.html

0 commit comments

Comments
 (0)