From: Philipp Dallig Date: Tue, 7 Mar 2017 14:03:15 +0000 (+0100) Subject: some old applications (aem) set an old content-type X-Git-Tag: v0.1.0~3483 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=a8833418f30e7f0fd9dd9491cfc987481de332de;p=pixelpark%2Fhiera.git some old applications (aem) set an old content-type --- diff --git a/modules/apache.yaml b/modules/apache.yaml index e9f708f8..c0122885 100644 --- a/modules/apache.yaml +++ b/modules/apache.yaml @@ -38,6 +38,7 @@ apache::log_formats: apache::mod::expires::expires_by_type: - { application/javascript: "access plus 1 day" } + - { application/x-javascript: "access plus 1 day" } - { text/css: "access plus 1 day" } - { image/jpeg: "access plus 1 day" } - { image/png: "access plus 1 day" }