Skip to content

Commit 2321966

Browse files
authored
Update Configuration.php
1 parent d551985 commit 2321966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ function ($v) {
143143
return $v;
144144
}
145145

146-
throw new InvalidConfigurationException('To enable the user context logout handler, you need to configure a tag capable proxy_client (varnish, symfony or noop).');
146+
throw new InvalidConfigurationException('To enable the user context logout handler, you need to configure a tag capable proxy_client (varnish, symfony, noop or custom_proxy_client).');
147147
})
148148
->end()
149149
// Determine the default tags header for the varnish client, depending on whether we use BAN or xkey

0 commit comments

Comments
 (0)