Skip to content

Instantly share code, notes, and snippets.

@ThijsFeryn
Created June 22, 2020 13:18
Show Gist options
  • Save ThijsFeryn/26c499ba9e0c92f2089cee0a407e2140 to your computer and use it in GitHub Desktop.
Save ThijsFeryn/26c499ba9e0c92f2089cee0a407e2140 to your computer and use it in GitHub Desktop.
Varnish synth output
vcl 4.1;
backend default none;
sub vcl_recv {
return(synth(200,"OK"));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment