Created
January 14, 2020 14:38
-
-
Save aondio/0e1be28823ae5f5c9297077bf60da608 to your computer and use it in GitHub Desktop.
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
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