I am having issues setting up purging urls from multiple varnish servers. As far as I can tell, the proxy urls entered will be used as the base url for the cache entry (e.g. http://127.0.0.1/blog/how-take-over-world-drupal) where I have specified 127.0.0.1 as the proxy url.

I would like to enter multiple proxy servers by IP but have the domain Host header passed through, so the request looks like http://mysite.com/blog/how-take-over-world-drupal instead of http://127.0.0.1/blog/how-take-over-world-drupal

Has anyone tried this before?

Kim

Comments

kim.pepper’s picture

Status: Active » Closed (works as designed)

Just had a peek through the code and this is happening already. I was having a problem testing with base_url not including a slash which is another issue.

K