File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Resources/doc/reference/configuration Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,7 @@ specify the ``custom_proxy_client`` field.
1010 # app/config/config.yml
1111 fos_http_cache :
1212 cache_manager :
13- enabled : true
14- custom_proxy_client : ~
15- generate_url_type : true
13+ enabled : auto
1614
1715 ``enabled ``
1816-----------
@@ -53,3 +51,10 @@ and ``refreshRoute()`` calls. If you use ``ABSOLUTE_PATH`` to only generate
5351paths, you need to configure the ``base_url `` on the proxy client. When set to
5452``auto ``, the value is determined based on whether ``base_url `` is set on the
5553default proxy client.
54+
55+ .. code-block :: yaml
56+
57+ # app/config/config.yml
58+ fos_http_cache :
59+ cache_manager :
60+ generate_url_type : !php/const Symfony\Component\Routing\Generator\UrlGeneratorInterface::ABSOLUTE_PATH
You can’t perform that action at this time.
0 commit comments