An open API service indexing awesome lists of open source software.

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

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).