https://github.com/fgsch/vcl-snippets
Snippets for Varnish Cache
https://github.com/fgsch/vcl-snippets
snippets varnish vcl
Last synced: 2 days ago
JSON representation
Snippets for Varnish Cache
- Host: GitHub
- URL: https://github.com/fgsch/vcl-snippets
- Owner: fgsch
- Created: 2014-08-28T13:36:13.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-04-11T10:34:55.000Z (over 8 years ago)
- Last Synced: 2023-08-28T12:43:28.161Z (about 2 years ago)
- Topics: snippets, varnish, vcl
- Language: Perl
- Homepage:
- Size: 7.81 KB
- Stars: 16
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
vcl-snippets
============[](https://travis-ci.org/fgsch/vcl-snippets)
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:
```
include "";
```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.