0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-23 22:27:38 -05:00

Fix ServerBlockStorage so it actually stores stuff

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

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
}
}