nginx выдаёт разные mime types для нижеследующих файлов: % (N=https://nightly.altlinux.org/sisyphus/current/; set -eux; for i in GOST12SUM MD5SUM SHA512SUM; do curl -sS --head $N$i | grep -F ype:; done) +zsh:6> i=GOST12SUM +zsh:6> curl -sS --head https://nightly.altlinux.org/sisyphus/current/GOST12SUM +zsh:6> grep -F ype: content-type: application/octet-stream +zsh:6> i=MD5SUM +zsh:6> curl -sS --head https://nightly.altlinux.org/sisyphus/current/MD5SUM +zsh:6> grep -F ype: content-type: text/plain +zsh:6> i=SHA512SUM +zsh:6> curl -sS --head https://nightly.altlinux.org/sisyphus/current/SHA512SUM +zsh:6> grep -F ype: content-type: application/octet-stream Это и нечестно, и неполиткорректно (хеши MD5 оказываются удобнее и доступнее!) Прошу сделать с этим что-нибудь.