Can not find the "variables.tcl" file in Varnish Security

Posted by Vladimir on Server Fault See other posts from Server Fault or by Vladimir
Published on 2012-10-01T20:18:45Z Indexed on 2012/10/01 21:40 UTC
Read the original article Hit count: 215

Filed under:

Varnish Security main.vcl contains

# clear all internal variables
include "/etc/varnish/security/build/variables.vcl";

and

# fallthrough: clear all internal variables on security.vcl_recv exit
include "/etc/varnish/security/build/variables.vcl";

but /etc/varnish/security/build/variables.vcl is not included into the git. I commented it out, and it is working fine but where can I get that file?

© Server Fault or respective owner

Related posts about varnish