Skip to content

Commit ac69386

Browse files
dunglasCopilot
andauthored
Update module.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Kévin Dunglas <kevin@dunglas.fr>
1 parent 1ff5365 commit ac69386

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

caddy/module.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ func (f *FrankenPHPModule) UnmarshalCaddyfile(d *caddyfile.Dispenser) error {
339339
continue
340340
}
341341

342-
f.HotReload = append(f.HotReload, d.RemainingArgs()...)
342+
f.HotReload = append(f.HotReload, patterns...)
343343

344344
default:
345345
return wrongSubDirectiveError("php or php_server", "hot_reload, name, root, split, env, resolve_root_symlink, worker", d.Val())

0 commit comments

Comments
 (0)