Skip to content

Commit 2ff18ba

Browse files
committed
update comment
1 parent e19b7b2 commit 2ff18ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

caddy/caddy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ func (f *FrankenPHPApp) Start() error {
111111
frankenphp.WithPhpIni(f.PhpIni),
112112
frankenphp.WithMaxWaitTime(f.MaxWaitTime),
113113
}
114-
// Add workers from FrankenPHPApp configuration
114+
// Add workers from FrankenPHPApp and FrankenPHPModule configurations
115115
for _, w := range append(f.Workers, moduleWorkers...) {
116116
opts = append(opts, frankenphp.WithWorkers(w.Name, repl.ReplaceKnown(w.FileName, ""), w.Num, w.Env, w.Watch))
117117
}

0 commit comments

Comments
 (0)