├── .travis.yml ├── README.md ├── runtests.sh ├── v4 ├── stale-if-error.vcl └── xff.vcl └── v5 ├── stale-if-error.vcl └── xff.vcl /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgsch/vcl-snippets/HEAD/.travis.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgsch/vcl-snippets/HEAD/README.md -------------------------------------------------------------------------------- /runtests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgsch/vcl-snippets/HEAD/runtests.sh -------------------------------------------------------------------------------- /v4/stale-if-error.vcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgsch/vcl-snippets/HEAD/v4/stale-if-error.vcl -------------------------------------------------------------------------------- /v4/xff.vcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgsch/vcl-snippets/HEAD/v4/xff.vcl -------------------------------------------------------------------------------- /v5/stale-if-error.vcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgsch/vcl-snippets/HEAD/v5/stale-if-error.vcl -------------------------------------------------------------------------------- /v5/xff.vcl: -------------------------------------------------------------------------------- 1 | ../v4/xff.vcl --------------------------------------------------------------------------------