Skip to content

Commit da16c2d

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: Fixed RST syntax issue
2 parents a75bdbc + bff0f52 commit da16c2d

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
@@ -26,7 +26,7 @@ and what headers your reverse proxy uses to send information:
2626

2727
.. configuration-block::
2828

29-
.. config-block:: yaml
29+
.. code-block:: yaml
3030
3131
# config/packages/framework.yaml
3232
framework:
@@ -41,7 +41,7 @@ and what headers your reverse proxy uses to send information:
4141
trusted_headers: [!php/const Symfony\\Component\\HttpFoundation\\Request::HEADER_X_FORWARDED_AWS_ELB, '!x-forwarded-host', '!x-forwarded-prefix']
4242
trusted_headers: [!php/const Symfony\\Component\\HttpFoundation\\Request::HEADER_X_FORWARDED_TRAEFIK, '!x-forwarded-host', '!x-forwarded-prefix']
4343
44-
.. config-block:: xml
44+
.. code-block:: xml
4545
4646
<!-- config/packages/framework.xml -->
4747
<?xml version="1.0" encoding="UTF-8" ?>
@@ -69,7 +69,7 @@ and what headers your reverse proxy uses to send information:
6969
</framework:config>
7070
</container>
7171
72-
.. config-block:: php
72+
.. code-block:: php
7373
7474
// config/packages/framework.php
7575
use Symfony\Component\HttpFoundation\Request;

0 commit comments

Comments
 (0)