how can i cahe one more web site on same backend server (web server) with varnish?
- by Kerberos
i have one web server which is IIS that is back on varnish. there are more web sites on ISS. there are all web sites header's on IIS and all web sites publish from port 80. can i cache all web site by varnish like below code;backend cacheWebSite{.host = "192.168.0.1"; .port = "80";}
sub vcl_recv {if (req.http.host == "www.example1.com") {set…