Skip to content

Commit 98268f6

Browse files
committed
revert deprecation
1 parent 1d9fc41 commit 98268f6

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
@@ -35,7 +35,7 @@ type FrankenPHPModule struct {
3535
mercureContext
3636
hotReloadContext
3737

38-
// Deprecated: Use the `root` directive in the site block instead.
38+
// Root sets the root folder to the site. Default: site `root` directive, or the path of the public directory of the embed app it exists.
3939
Root string `json:"root,omitempty"`
4040
// SplitPath sets the substrings for splitting the URI into two parts. The first matching substring will be used to split the "path info" from the path. The first piece is suffixed with the matching substring and will be assumed as the actual resource (CGI script) name. The second piece will be set to PATH_INFO for the CGI script to use. Default: `.php`.
4141
SplitPath []string `json:"split_path,omitempty"`

0 commit comments

Comments
 (0)