mirror of
https://github.com/caddyserver/caddy.git
synced 2025-04-22 12:38:48 +08:00
browse IgnoreIndexes option
This commit is contained in:
parent
30b19190dc
commit
4c642e9d3c
@ -17,8 +17,9 @@ func Browse(c *Controller) (middleware.Middleware, error) {
|
||||
}
|
||||
|
||||
browse := browse.Browse{
|
||||
Root: c.Root,
|
||||
Configs: configs,
|
||||
Root: c.Root,
|
||||
Configs: configs,
|
||||
IgnoreIndexes: false,
|
||||
}
|
||||
|
||||
return func(next middleware.Handler) middleware.Handler {
|
||||
|
Loading…
x
Reference in New Issue
Block a user