system test: add caching header

This commit is contained in:
Jeff Kaufman
2012-11-26 17:18:17 -05:00
parent 14342b5452
commit afb7105351
+2
View File
@@ -128,6 +128,8 @@ you need to first build and configure nginx. Set it up something like:
root /path/to/mod_pagespeed/src/install;
index index.html;
add_header Cache-Control "public, max-age=600";
location /mod_pagespeed_test/no_cache/ {
add_header Cache-Control no-cache;
}