mirror of
https://github.com/caddyserver/caddy.git
synced 2026-01-17 01:30:34 +00:00
acmemanager: Use storage module key "module" instead of "system"
This commit is contained in:
@@ -77,7 +77,7 @@ func (m *ACMEManagerMaker) Provision(ctx caddy.Context) error {
|
||||
|
||||
// policy-specific storage implementation
|
||||
if m.Storage != nil {
|
||||
val, err := ctx.LoadModuleInline("system", "caddy.storage", m.Storage)
|
||||
val, err := ctx.LoadModuleInline("module", "caddy.storage", m.Storage)
|
||||
if err != nil {
|
||||
return fmt.Errorf("loading TLS storage module: %s", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user