mirror of
https://github.com/tomoko-dev9/nntpchan.git
synced 2026-07-21 00:42:25 +02:00
fix history.html
This commit is contained in:
@@ -66,6 +66,8 @@ func (self *VarnishCache) invalidateUkko() {
|
||||
self.invalidate(fmt.Sprintf("%s%so/", self.varnish_url, self.prefix))
|
||||
// TODO: this is lazy af
|
||||
self.RegenFrontPage()
|
||||
// TODO: this is also lazy af
|
||||
self.invalidate(fmt.Sprintf("%s%shistory.html", self.varnish_url, self.prefix))
|
||||
}
|
||||
|
||||
func (self *VarnishCache) pollRegen() {
|
||||
|
||||
Reference in New Issue
Block a user