Skip to content

Instantly share code, notes, and snippets.

@aondio
Created January 14, 2020 14:38
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 aondio/0e1be28823ae5f5c9297077bf60da608 to your computer and use it in GitHub Desktop.
Save aondio/0e1be28823ae5f5c9297077bf60da608 to your computer and use it in GitHub Desktop.
sub vcl_recv {
if (req.http.host == "t1.weiyuzw.com") {
set req.backend_hint = origin_t1_weiyuzw;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment