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{
|
||||
prefix: prefix,
|
||||
name: name,
|
||||
|
Reference in New Issue
Block a user