fix history.html
This commit is contained in:
parent
f079a1fee4
commit
fa5e250595
@ -66,6 +66,8 @@ func (self *VarnishCache) invalidateUkko() {
|
|||||||
self.invalidate(fmt.Sprintf("%s%so/", self.varnish_url, self.prefix))
|
self.invalidate(fmt.Sprintf("%s%so/", self.varnish_url, self.prefix))
|
||||||
// TODO: this is lazy af
|
// TODO: this is lazy af
|
||||||
self.RegenFrontPage()
|
self.RegenFrontPage()
|
||||||
|
// TODO: this is also lazy af
|
||||||
|
self.invalidate(fmt.Sprintf("%s%shistory.html", self.varnish_url, self.prefix))
|
||||||
}
|
}
|
||||||
|
|
||||||
func (self *VarnishCache) pollRegen() {
|
func (self *VarnishCache) pollRegen() {
|
||||||
|
Reference in New Issue
Block a user