From: Sergey Matveev Date: Tue, 7 Sep 2021 10:26:36 +0000 (+0300) Subject: Seems that .pem has different appropriate MIME type X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=85a71da72dd9e98699a6583e3f798c3846afdb1b Seems that .pem has different appropriate MIME type --- diff --git a/lighttpd/mime-crypto.conf b/lighttpd/mime-crypto.conf index 8918805..cfa8f7f 100644 --- a/lighttpd/mime-crypto.conf +++ b/lighttpd/mime-crypto.conf @@ -9,7 +9,7 @@ mimetype.assign += ( ".p7s" => "application/pkcs7-signature", ".p8" => "application/pkcs8", ".p8e" => "application/pkcs8-encrypted", - ".pem" => "application/pem-certificate-chain", + ".pem" => "application/x-pem-file", ".pfx" => "application/pkcs12", ".sig" => "application/pgp-signature", )