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:
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;
You can’t perform that action at this time.
0 commit comments