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
73
73
static IP address or even a range that you can target with the CIDR notation.
74
74
In this case, you'll need to - *very carefully * - trust *all * proxies.
75
75
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
77
77
other than your load balancers. For AWS, this can be done with `security groups `_.
78
78
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
80
80
proxies, configure Symfony to *always * trust incoming request. This is
81
81
done inside of your front controller::
82
82
You can’t perform that action at this time.
0 commit comments