json: add content-type and cache-control for example json file (#1224)

This commit is contained in:
Jeff Kaufman
2016-07-18 11:15:31 -04:00
committed by GitHub
parent 572f59299e
commit ee27b5bd7a
+5
View File
@@ -1760,6 +1760,10 @@ http {
expires 5m;
}
location /mod_pagespeed_test/example.json {
expires 10m;
}
location /mod_pagespeed_test/ipro/cc200/ {
add_header "Cache-Control" "max-age=200";
}
@@ -1987,6 +1991,7 @@ http {
image/svg+xml svg svgz;
image/webp webp;
application/json json;
application/java-archive jar war ear;
application/mac-binhex40 hqx;
application/msword doc;