caddy/modules/caddyhttp/fileserver
Luccin Masirika 39c9a85f80
fileserver: append repeated `hide` subdirectives instead of overwriting (#7817)
Multiple `hide` subdirectives in a file_server Caddyfile block silently overwrote each other, so only the last one took effect. Append to the list instead, so repeated entries accumulate and imported snippets can compose with site-specific hides.
2026-06-13 22:44:19 +10:00
..
testdata caddyhttp: omit Last-Modified for unusable mod times (#7740) 2026-05-20 16:19:11 +10:00
browse.go chore: Fix golangci-lint 2.12.1 findings (#7690) 2026-05-07 03:40:26 -04:00
browse.html
browsetplcontext.go fileserver: show symlink targets verbatim (#7579) 2026-04-15 04:49:30 +10:00
browsetplcontext_test.go
caddyfile.go fileserver: append repeated `hide` subdirectives instead of overwriting (#7817) 2026-06-13 22:44:19 +10:00
command.go
matcher.go
matcher_test.go rewrite: escape file matcher paths before rewriting (#7683) 2026-05-11 17:16:33 -06:00
staticfiles.go chore: clean up wording and typo fixes (#7745) 2026-05-20 16:36:30 +10:00
staticfiles_test.go encode: add standard benchmark and conformance harness (#7804) 2026-06-11 17:55:18 -06:00