mirror of
https://github.com/caddyserver/caddy.git
synced 2025-03-09 07:29:03 -04:00
noot
This commit is contained in:
parent
447066e7c2
commit
98ad0a1fd2
@ -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…
x
Reference in New Issue
Block a user