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
->info('HTTP header to use when sending tag invalidation requests to Varnish')
326
+
->end()
327
+
->scalarNode('header_length')
328
+
->info('Maximum header length when invalidating tags. If there are more tags to invalidate than fit into the header, the invalidation request is split into several requests.')
329
+
->end()
330
+
->arrayNode('default_ban_headers')
331
+
->useAttributeAsKey('name')
332
+
->info('Map of additional headers to include in each ban request.')
333
+
->prototype('scalar')->end()
334
+
->end()
335
+
->append($this->getHttpDispatcherNode())
312
336
->end()
313
337
->end()
314
338
@@ -473,8 +497,8 @@ private function addTagSection(ArrayNodeDefinition $rootNode)
473
497
->defaultNull()
474
498
->info('Service name of a custom ExpressionLanugage to use.')
0 commit comments