Archived
1
0

fix caching

This commit is contained in:
Jeff Becker 2017-04-19 11:55:51 -04:00
parent 6554645428
commit 607ef72af0

View File

@ -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,