1
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-23 22:27:38 -05:00
caddy/modules/caddyhttp/fileserver
Matthew Holt 14f9662f9c
Various fixes/tweaks to HTTP placeholder variables and file matching
- Rename http.var.* -> http.vars.* to be more consistent
- Prefixing a path matcher with * now invokes simple suffix matching
- Handlers and matchers that need a root path default to {http.vars.root}
- Clean replacer output on the file matcher's file selection suffix
2019-09-06 12:36:45 -06:00
..
browse.go Part 1: Optimize using compiler's inliner (#2687) 2019-08-07 23:59:02 -06:00
browse_test.go Part 1: Optimize using compiler's inliner (#2687) 2019-08-07 23:59:02 -06:00
browselisting.go go.mod: Append /v2 to module name; update all import paths 2019-07-02 12:37:06 -06:00
browsetpl.go Add license 2019-06-30 16:07:58 -06:00
caddyfile.go Various fixes/tweaks to HTTP placeholder variables and file matching 2019-09-06 12:36:45 -06:00
matcher.go Various fixes/tweaks to HTTP placeholder variables and file matching 2019-09-06 12:36:45 -06:00
staticfiles.go Various fixes/tweaks to HTTP placeholder variables and file matching 2019-09-06 12:36:45 -06:00
staticfiles_test.go Add license 2019-06-30 16:07:58 -06:00