Skip to content

Commit f1144a8

Browse files
authored
Rephrase sentence mentioning "levels"
1 parent 90b2a58 commit f1144a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployment/proxies.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ other information.
7878

7979
.. caution::
8080

81-
In case you are also using `CloudFront`_ or another proxy on top of your Load Balancer, calling ``$request->server->get('REMOTE_ADDR')`` as in the above example won't be enough, as it will only whitelist the first level in the chain of trust (in this case your Load Balancer). You need to make sure you also append the IP addresses or ranges of any additional proxy to the array of trusted proxies.
81+
In case you are also using `CloudFront`_ or another reverse proxy on top of your load balancer, calling ``$request->server->get('REMOTE_ADDR')`` as in the above example won't be enough, as it will only whitelist the node sitting directly above your application (in this case your load balancer). You need to make sure you also append the IP addresses or ranges of any additional proxy to the array of trusted proxies.
8282

83-
In the case of `CloudFront`_, you can find the list of IPs `at this address <https://ip-ranges.amazonaws.com/ip-ranges.json>`_.
83+
In the case of `CloudFront`_, you can find the list of IP ranges `at this address <https://ip-ranges.amazonaws.com/ip-ranges.json>`_.
8484

8585
Custom Headers When Using a Reverse Proxy
8686
-----------------------------------------

0 commit comments

Comments
 (0)