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:
parent
fe7ad8ee05
commit
c0ebe31560
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue