Versions in this module Expand all Collapse all v2 v2.6.5 Jun 21, 2023 Changes in this version + type Browse struct + TemplateFile string + type FileServer struct + Browse *Browse + CanonicalURIs *bool + FileSystemRaw json.RawMessage + Hide []string + IndexNames []string + PassThru bool + PrecompressedOrder []string + PrecompressedRaw caddy.ModuleMap + Root string + StatusCode caddyhttp.WeakString + func (FileServer) CaddyModule() caddy.ModuleInfo + func (fsrv *FileServer) Provision(ctx caddy.Context) error + func (fsrv *FileServer) ServeHTTP(w http.ResponseWriter, r *http.Request, next caddyhttp.Handler) error + type MatchFile struct + FileSystemRaw json.RawMessage + Root string + SplitPath []string + TryFiles []string + TryPolicy string + func (MatchFile) CELLibrary(ctx caddy.Context) (cel.Library, error) + func (MatchFile) CaddyModule() caddy.ModuleInfo + func (m *MatchFile) Provision(ctx caddy.Context) error + func (m *MatchFile) UnmarshalCaddyfile(d *caddyfile.Dispenser) error + func (m MatchFile) Match(r *http.Request) bool + func (m MatchFile) Validate() error