backend default {
.host = "localhost";
.port = "8080";
}
At the varnish config, what port should be assigning? I'm using Apache on the backend listening to 1740
and Nginx is listening to 80
with a proxy_pass
to upstream 127.0.0.1:1740
.