File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -120,9 +120,9 @@ In this case, you'll need to - *very carefully* - trust *all* proxies.
120120 other than your load balancers. For AWS, this can be done with `security groups `_.
121121
122122#. Once you've guaranteed that traffic will only come from your trusted reverse
123- proxies, configure Symfony to *always * trust incoming request::
123+ proxies, configure Symfony to *always * trust incoming request:
124124
125- .. config -block:: yaml
125+ .. code -block :: yaml
126126
127127 # config/packages/framework.yaml
128128 framework :
@@ -148,7 +148,7 @@ other information.
148148 # .env
149149 TRUSTED_PROXIES=127.0.0.1,REMOTE_ADDR
150150
151- .. config -block :: yaml
151+ .. code -block :: yaml
152152
153153 # config/packages/framework.yaml
154154 framework :
You can’t perform that action at this time.
0 commit comments