This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 { |
NewerOlder