We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba34a7f commit 6ae4ca4Copy full SHA for 6ae4ca4
1 file changed
caddy/caddy.go
@@ -398,6 +398,8 @@ func (f *FrankenPHPModule) Provision(ctx caddy.Context) error {
398
} else {
399
rrs := false
400
f.Root = filepath.Join(frankenphp.EmbeddedAppPath, defaultDocumentRoot)
401
+ f.logger.Warn(fmt.Sprintf("No root path specified, using default: %q", defaultDocumentRoot))
402
+ f.logger.Warn(`If you would like to serve from the embedded app directory, specify "root ./" `)
403
f.ResolveRootSymlink = &rrs
404
}
405
0 commit comments