projects
/
dotfiles.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04eb969
)
Seems that .pem has different appropriate MIME type
author
Sergey Matveev <stargrave@stargrave.org>
Tue, 7 Sep 2021 10:26:36 +0000 (13:26 +0300)
committer
Sergey Matveev <stargrave@stargrave.org>
Tue, 7 Sep 2021 10:26:36 +0000 (13:26 +0300)
lighttpd/mime-crypto.conf
patch
|
blob
|
history
diff --git
a/lighttpd/mime-crypto.conf
b/lighttpd/mime-crypto.conf
index 8918805939ccc506260f21b43c92d5660066d653..cfa8f7f33fc0bb4ec4ecf96892050783febc9c4d 100644
(file)
--- 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",
)