Closed (works as designed)
Project:
Purge
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Apr 2012 at 01:00 UTC
Updated:
23 Apr 2012 at 03:34 UTC
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
Comment #1
kim.pepperJust 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