mirror of
https://github.com/caddyserver/caddy.git
synced 2026-08-02 18:38:12 -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.