mirror of
https://github.com/caddyserver/caddy.git
synced 2026-08-03 02:52:23 -04:00
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.