Skip to content

Instantly share code, notes, and snippets.

View iamMonzurul's full-sized avatar

Monzurul Haque iamMonzurul

View GitHub Profile
@iamMonzurul
iamMonzurul / wordpress.vcl
Created June 3, 2018 21:56 — forked from matthewjackowski/wordpress.vcl
Varnish 4 VCL configuration for WordPress. Also allows purging
# A heavily customized VCL to support WordPress
# Some items of note:
# Supports https
# Supports admin cookies for wp-admin
# Caches everything
# Support for custom error html page
vcl 4.0;
import directors;
import std;