mirror of
https://github.com/caddyserver/caddy.git
synced 2025-04-22 05:40:22 +03:00
noot
This commit is contained in:
parent
447066e7c2
commit
98ad0a1fd2
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@ func (st ServerType) Setup(
|
|||
if !reflect.DeepEqual(pkiApp, &caddypki.PKI{CAs: make(map[string]*caddypki.CA)}) {
|
||||
cfg.AppsRaw["pki"] = caddyconfig.JSON(pkiApp, &warnings)
|
||||
}
|
||||
if filesystems, ok := options["file_systems"].(caddy.Module); ok {
|
||||
if filesystems, ok := options["filesystem"].(caddy.Module); ok {
|
||||
cfg.AppsRaw["file_systems"] = caddyconfig.JSON(
|
||||
filesystems,
|
||||
&warnings)
|
||||
|
|
Loading…
Reference in a new issue