Skip to content

Instantly share code, notes, and snippets.

@section-io-gists
Created November 30, 2017 04:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save section-io-gists/3851c1e787652a01c5178f40232eef05 to your computer and use it in GitHub Desktop.
Save section-io-gists/3851c1e787652a01c5178f40232eef05 to your computer and use it in GitHub Desktop.
sub vcl_recv {
# Set the header at the very top of sub vcl_recv before anyu return(pass) calls
set req.http.section-shared-secret = "RTio4vNHfxiWabqKxj8PZ99k";
}
# Check for this header and its value on the origin server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment