Skip to content

v2.5.0

Compare
Choose a tag to compare
@the-zazukoian the-zazukoian released this 25 Jun 08:56
· 24 commits to main since this release
3296d1e

Minor Changes

  • 60aa54b: It is now possible to configure purge ACL, by setting the PURGE_ACL to a relevant hostname or IP CIDR.

    By default, the PURGE_ACL is set to localhost.
    This means that only requests coming from the same host as the Varnish container will be able to purge the cache.

    You can set the PURGE_ACL to 0.0.0.0/0 to allow all hosts to purge the cache for example, or a more specific IP CIDR.