How to include inside vcl_recv
Abraham Cruz Sustaita
abraham.sustaita at buscacorp.com
Mon Jul 9 18:38:16 CEST 2012
How should I include a file inside vcl_recv?
I have this:
# Main File
# Version: 1.0.0.07092011
# Backends
include "backend.vcl"
# Amazon Backends
include "amazon.vcl"
acl purge {
"localhost";
"192.168.11.0"/24;
}
# vcl_recv
include "vcl_recv.vcl"
And inside the file vcl_recv.vcl I want to configure some things, but
making includes of other files. Can I do it?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.varnish-cache.org/lists/pipermail/varnish-misc/attachments/20120709/88a9a537/attachment.html>
More information about the varnish-misc
mailing list