I am new to Varnish sorry for a noob question. In the documentation they say backend host is as vcl 4.0;
backend default {
.host = "127.0.0.1";
.port = "8080";
}
I search over google all are giving example as using host as localhost or 127.0.0.1. I am confused here should it be localhost? Or It should be my hostname? or my Domain IP address? I am not using it on local server. I installed it on my hosting server. Centos 7 OS. The problem is it is working fine with using backend host as 127.0.0.1 but I don't know how. because I think it should be my domain name? can anyone explain?