Skip to content

Commit cd8daae

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: Fixed more RST syntax issues
2 parents da16c2d + 156ac65 commit cd8daae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deployment/proxies.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)