You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DependencyInjection/Configuration.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -507,7 +507,7 @@ private function addCacheManagerSection(ArrayNodeDefinition $rootNode)
507
507
->info('Allows to disable the invalidation manager. Enabled by default if you configure a proxy client.')
508
508
->end()
509
509
->scalarNode('custom_proxy_client')
510
-
->info('Service name of a custom proxy client to use. If you configure a proxy client, that client will be used by default.')
510
+
->info('Service name of a custom proxy client to use. With a custom client, generate_url_type defaults to ABSOLUTE_URL and tag support needs to be explicitly enabled. If no custom proxy client is specified, the first proxy client you configured is used.')
0 commit comments