Hi All,<div><br></div><div>My website is being served by varnish. I also have a CDN setup from where i serve the static content for my websites (jpg, js, css).</div><div><br></div><div>Before CDN, the static content on the site was being served as www/<a href="http://example.com/images/abc.jpg">example.com/images/abc.jpg</a>, <a href="http://www.example.com/css/xyz.css">www.example.com/css/xyz.css</a>, etc. After CDN, the static files are being served through a new domain as <a href="http://cdn.example.com/images/abc.jpg">cdn.example.com/images/abc.jpg</a>, <a href="http://cdn.example.com/css/xyz.css">cdn.example.com/css/xyz.css</a>.</div>

<div><br></div><div>How do I stop my site from being visible on <a href="http://cdn.example.com">cdn.example.com</a>? I want to let the static content be served out of CDN and the origin pull be happening from Varnish.</div>

<div><br clear="all">ShiB.<br>while ( ! ( succeed = try() ) );<br>
</div>