server-tokens for some reason is set to false?

This commit is contained in:
Matthew Connelly 2015-03-15 01:47:12 +00:00
parent b66771e3d5
commit 102e016b24
1 changed files with 1 additions and 0 deletions

View File

@ -185,6 +185,7 @@ sub do_cache {
set server => '127.0.0.1';
set port => 42069;
set server_tokens => 1;
hook 'before' => sub {
do_cache;