An open API service indexing awesome lists of open source software.

https://github.com/macopedia/cachepurger


https://github.com/macopedia/cachepurger

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# CachePurger for Varnish

- supports clear per page or all pages
- supports TYPO3 >= 11.5
- requires php >= 8.1

# Example configuration in Typoscript
```
tx_cachepurger.settings {
varnish {
1 = varnish_ip_frontend
2 = varnish_ip_backend
}
tags.0 = T3
}
```