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 @@ -73,10 +73,10 @@ Some reverse proxies (like Amazon's Elastic Load Balancers) don't have a
7373static IP address or even a range that you can target with the CIDR notation.
7474In this case, you'll need to - *very carefully * - trust *all * proxies.
7575
76- 1 . Configure your web server(s) to *not * respond to traffic from *any * clients
76+ # . Configure your web server(s) to *not * respond to traffic from *any * clients
7777 other than your load balancers. For AWS, this can be done with `security groups `_.
7878
79- 1 . Once you've guaranteed that traffic will only come from your trusted reverse
79+ # . Once you've guaranteed that traffic will only come from your trusted reverse
8080 proxies, configure Symfony to *always * trust incoming request. This is
8181 done inside of your front controller::
8282
You can’t perform that action at this time.
0 commit comments