Skip to content

Commit 2b1935b

Browse files
committed
Fixing bulleting on reverse proxy thanks to @xabbuh
1 parent 35a0f66 commit 2b1935b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/request/load_balancer_reverse_proxy.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ Some reverse proxies (like Amazon's Elastic Load Balancers) don't have a
7373
static IP address or even a range that you can target with the CIDR notation.
7474
In 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

0 commit comments

Comments
 (0)