1
0
Fork 0
forked from infra/ansible

dl.fedoraproject.org: make *-CHECKSUM files download

This is another attempt at 86696cf. Appearently the condition must be
set to "always" in order to for the header to be "persisted across
internal redirects".

Signed-off-by: Gregory Bartholomew <gregory.lee.bartholomew@gmail.com>
This commit is contained in:
Gregory Lee Bartholomew 2026-01-20 18:03:09 +00:00 committed by kevin
commit 53cbfac4e6

View file

@ -1,4 +1,4 @@
# Cause *-CHECKSUM files to download instead of being displayed inline
<Files *-CHECKSUM>
Header set Content-Disposition attachment
Header always set Content-Disposition "attachment"
</Files>