Skip to content

Instantly share code, notes, and snippets.

@section-io-gists
Created April 14, 2016 05:57
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/3b7b3b92ca77a52c122047875b7ed4a9 to your computer and use it in GitHub Desktop.
Save section-io-gists/3b7b3b92ca77a52c122047875b7ed4a9 to your computer and use it in GitHub Desktop.
{
"proxychain": [
{
"name": "varnish",
"image": "varnish:4.0.3"
}
],
"environments": {
"Production": {
"origin": {
"address": "go.pardot.com",
"remove_request_headers": [
"x-forwarded-proto"
]
}
},
"Development": {
"origin": {
"address": "go.pardot.com",
"remove_request_headers": [
"x-forwarded-proto"
]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment