Skip to content

Commit cf057c6

Browse files
committed
minor symfony#8413 Reword AWS ELB formal name (issei-m)
This PR was submitted for the master branch but it was merged into the 2.7 branch instead (closes symfony#8413). Discussion ---------- Reword AWS ELB formal name ELB's formal name is Elastic Load Balancing. See: https://aws.amazon.com/elasticloadbalancing/ Commits ------- 321e4fd Reword AWS ELB formal name
2 parents 41f415a + 321e4fd commit cf057c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

request/load_balancer_reverse_proxy.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ How to Configure Symfony to Work behind a Load Balancer or a Reverse Proxy
22
==========================================================================
33

44
When you deploy your application, you may be behind a load balancer (e.g.
5-
an AWS Elastic Load Balancer) or a reverse proxy (e.g. Varnish for
5+
an AWS Elastic Load Balancing) or a reverse proxy (e.g. Varnish for
66
:doc:`caching</http_cache>`).
77

88
For the most part, this doesn't cause any problems with Symfony. But, when
@@ -74,7 +74,7 @@ using HTTPS.
7474
But what if the IP of my Reverse Proxy Changes Constantly!
7575
----------------------------------------------------------
7676

77-
Some reverse proxies (like Amazon's Elastic Load Balancers) don't have a
77+
Some reverse proxies (like AWS Elastic Load Balancing) don't have a
7878
static IP address or even a range that you can target with the CIDR notation.
7979
In this case, you'll need to - *very carefully* - trust *all* proxies.
8080

0 commit comments

Comments
 (0)