From acf43857a346fbd36f2e23d600ed1ca7ff1cc3f1 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Sun, 18 Oct 2015 19:27:51 -0600 Subject: [PATCH] Fix ServerBlockStorage so it actually stores stuff --- config/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config.go b/config/config.go index 1e61cd9e3..f1d5fcce4 100644 --- a/config/config.go +++ b/config/config.go @@ -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 } }