You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: caddy/module.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ type FrankenPHPModule struct {
35
35
mercureContext
36
36
hotReloadContext
37
37
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.
39
39
Rootstring`json:"root,omitempty"`
40
40
// 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`.
0 commit comments