https://github.com/getpagespeed/varnish-virtual-hosts
Varnish boilerplate configuration for clean virtual hosts management
https://github.com/getpagespeed/varnish-virtual-hosts
varnish vcl
Last synced: 8 months ago
JSON representation
Varnish boilerplate configuration for clean virtual hosts management
- Host: GitHub
- URL: https://github.com/getpagespeed/varnish-virtual-hosts
- Owner: GetPageSpeed
- Created: 2016-07-11T22:49:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-21T14:23:15.000Z (over 6 years ago)
- Last Synced: 2024-12-31T18:30:13.815Z (9 months ago)
- Topics: varnish, vcl
- Language: VCL
- Homepage: https://www.getpagespeed.com/server-setup/varnish/varnish-virtual-hosts
- Size: 8.79 KB
- Stars: 11
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Varnish Virtual Hosts
This is Varnish boilerplate configuration.
Its primary purpose is to illustrate the clean way of managing multiple websites in Varnish.For each website where you need to implement specific caching rules, add a VCL file under ```sites-enabled``` directory.
You can copy paste from the existing ones, or rename them to match your websites' domain names.Read original post on the approach [here](https://www.getpagespeed.com/server-setup/varnish/varnish-virtual-hosts).