Versions in this module Expand all Collapse all v2 v2.5.2 Jun 8, 2022 Changes in this version + type Browse struct + TemplateFile string + type FileServer struct + Browse *Browse + CanonicalURIs *bool + 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 + Root string + SplitPath []string + TryFiles []string + TryPolicy string + func (MatchFile) CaddyModule() caddy.ModuleInfo + func (m *MatchFile) Provision(_ caddy.Context) error + func (m *MatchFile) UnmarshalCaddyfile(d *caddyfile.Dispenser) error + func (m MatchFile) Match(r *http.Request) bool + func (m MatchFile) Validate() error