mirror of
https://github.com/caddyserver/caddy.git
synced 2025-03-09 15:39:02 -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)}) {
|
if !reflect.DeepEqual(pkiApp, &caddypki.PKI{CAs: make(map[string]*caddypki.CA)}) {
|
||||||
cfg.AppsRaw["pki"] = caddyconfig.JSON(pkiApp, &warnings)
|
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(
|
cfg.AppsRaw["file_systems"] = caddyconfig.JSON(
|
||||||
filesystems,
|
filesystems,
|
||||||
&warnings)
|
&warnings)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user