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?
_______________________________________________
varnish-misc mailing list
[email protected]
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc

Reply via email to