Fix ServerBlockStorage so it actually stores stuff

This commit is contained in:
Matthew Holt 2015-10-18 19:27:51 -06:00
parent e2f6c51fb0
commit acf43857a3

View File

@ -90,6 +90,7 @@ func Load(filename string, input io.Reader) (Group, error) {
// TODO: For now, we only support the default path scope /
config.Middleware["/"] = append(config.Middleware["/"], midware)
}
storages[dir.name] = controller.ServerBlockStorage // persist for this server block
}
}