system test: /mod_pagespeed_test/no_cache/ needs to be cc:no-cache

This commit is contained in:
Jeff Kaufman
2012-11-16 15:59:49 -05:00
parent 2ab64cdff5
commit f22401af41
+5
View File
@@ -127,6 +127,11 @@ you need to first build and configure nginx. Set it up something like:
server_name localhost;
root /path/to/mod_pagespeed/src/install;
index index.html;
location /mod_pagespeed_test/no_cache/ {
add_header Cache-Control no-cache;
}
...
}
}