fix caching
This commit is contained in:
parent
6554645428
commit
607ef72af0
@ -157,7 +157,7 @@ func NewVarnishCache(varnish_url, bind_addr, prefix, webroot, name string, attac
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
cache.prefix = prefix
|
cache.prefix = "/"
|
||||||
cache.handler = &nullHandler{
|
cache.handler = &nullHandler{
|
||||||
prefix: prefix,
|
prefix: prefix,
|
||||||
name: name,
|
name: name,
|
||||||
|
Reference in New Issue
Block a user