configuration-templates

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 47  →  ?path2? @ 48
/varnish/4/default.vcl
@@ -68,7 +68,6 @@
## In that scenario you would want to, say:
## * route example1.tld or www.example1.tld to the server1 (192.168.0.10) backend
## * route example2.tld or www.example2.tld to the server2 (192.168.0.20) backend
##
#if (req.http.host ~ "^(.*\.)?example1\.com$") {
# set req.backend_hint = server1;
# return (hash);