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 @@ -26,7 +26,7 @@ and what headers your reverse proxy uses to send information:
26
26
27
27
.. configuration-block ::
28
28
29
- .. config -block :: yaml
29
+ .. code -block :: yaml
30
30
31
31
# config/packages/framework.yaml
32
32
framework :
@@ -41,7 +41,7 @@ and what headers your reverse proxy uses to send information:
41
41
trusted_headers : [!php/const Symfony\\Component\\HttpFoundation\\Request::HEADER_X_FORWARDED_AWS_ELB, '!x-forwarded-host', '!x-forwarded-prefix']
42
42
trusted_headers : [!php/const Symfony\\Component\\HttpFoundation\\Request::HEADER_X_FORWARDED_TRAEFIK, '!x-forwarded-host', '!x-forwarded-prefix']
43
43
44
- .. config -block :: xml
44
+ .. code -block :: xml
45
45
46
46
<!-- config/packages/framework.xml -->
47
47
<?xml version =" 1.0" encoding =" UTF-8" ?>
@@ -69,7 +69,7 @@ and what headers your reverse proxy uses to send information:
69
69
</framework : config >
70
70
</container >
71
71
72
- .. config -block :: php
72
+ .. code -block :: php
73
73
74
74
// config/packages/framework.php
75
75
use Symfony\Component\HttpFoundation\Request;
You can’t perform that action at this time.
0 commit comments