File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ How to Configure Symfony to Work behind a Load Balancer or a Reverse Proxy
2
2
==========================================================================
3
3
4
4
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
6
6
:doc: `caching</http_cache> `).
7
7
8
8
For the most part, this doesn't cause any problems with Symfony. But, when
@@ -53,7 +53,7 @@ so you can also pass your own value (e.g. ``0b00110``).
53
53
But what if the IP of my Reverse Proxy Changes Constantly!
54
54
----------------------------------------------------------
55
55
56
- Some reverse proxies (like Amazon's Elastic Load Balancers ) don't have a
56
+ Some reverse proxies (like Amazon's Balancing ) don't have a
57
57
static IP address or even a range that you can target with the CIDR notation.
58
58
In this case, you'll need to - *very carefully * - trust *all * proxies.
59
59
You can’t perform that action at this time.
0 commit comments