项目作者: fgsch

项目描述 :
Snippets for Varnish Cache
高级语言: Perl
项目地址: git://github.com/fgsch/vcl-snippets.git
创建时间: 2014-08-28T13:36:13Z
项目社区:https://github.com/fgsch/vcl-snippets

开源协议:

下载


vcl-snippets

Build Status

A series of snippets for Varnish Cache divided by major version.

How to use

Download the file with the required functionality and include it in the configuration using:

  1. include "<path/to/file>";

Alternatively copy and paste the code into the configuration.

Please note that Varnish will concatenate the subroutines as they appear in the file so the order does matter.