docksal / service-varnish

Varnish Docker image for Docksal
MIT License
2 stars 12 forks source link

Make Cache-Tags header (used for BAN requests) configurable #24

Closed lmakarov closed 5 years ago

lmakarov commented 5 years ago

We should make the header used for BAN requests configurable as there seems to be no standard for it.

Let's call the variable VARNISH_CACHE_TAGS_HEADER and have Cache-Tags (as is now) as the default value.

README should also be updated to mention this usage and configuration of this header.

sergey-zabolotny commented 5 years ago

Fixed in https://github.com/docksal/service-varnish/pull/25