Skip to content

Instantly share code, notes, and snippets.

View ronaldoedy's full-sized avatar

Ronaldo ronaldoedy

View GitHub Profile
@ronaldoedy
ronaldoedy / edgecache.vcl
Created March 27, 2017 22:26 — forked from matthewjackowski/edgecache.vcl
A basic vcl setup for edge caching
# A basic setup for the edge
# Strips cookies and un-needed params
# Does a few redirects
# Sets forwarded proxy headers
# Custom error page
vcl 4.0;
import std;
# Backend setup
backend default {