https://github.com/macopedia/cachepurger
https://github.com/macopedia/cachepurger
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/macopedia/cachepurger
- Owner: macopedia
- Created: 2021-09-16T19:15:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-23T15:17:40.000Z (over 1 year ago)
- Last Synced: 2025-09-30T03:02:26.037Z (9 months ago)
- Language: PHP
- Size: 32.2 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
}
```