I have implemented varnish for my web pages. Now, I have one doubt can i call to Apache server before serving cached content to user in this case, request flow will be varnish -> nginx ->apache
OR
can i serve varnish from apache level. in this case, request flow will be
nginx -> apache ->varnish