Artifakt Docs
Stacks 5.0 and up
Search
K
Links
Comment on page

Varnish configuration

The default.vcl file Artifakt provides makes calls to different other files to allow custom configurations to be applied. These files should be stored in your repository in the .artifakt/varnish folder. If detected, these files will be copied over to /conf/varnish on the containers.
File
Description
custom_backends.vcl
Integrated after all backends in default.vcl
custom_end_rules.vcl
Integrated at the end of the default.vcl file
custom_process_graphql_headers.vcl
Integrated in the process_graphql_headers block
custom_start_rules.vcl
Integrated after acl purge
custom_vcl_backend_response.vcl
Integrated in the vcl_backend_response block
custom_vcl_deliver.vcl
Integrated in the vcl_deliver block
custom_vcl_hash.vcl
Integrated in the vcl_hash block
custom_vcl_hit.vcl
Integrated in the vcl_hit block
custom_vcl_recv.vcl
Integrated in the vcl_recv block