Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

set up a test subdir with cc:public #1215

Merged
merged 1 commit into from Jun 16, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions test/pagespeed_test.conf.template
Expand Up @@ -1880,6 +1880,11 @@ http {
"http://$host:@@PRIMARY_PORT@@/mod_pagespeed_test/ipro/instant/"
"@@SERVER_ROOT@@/mod_pagespeed_test/ipro/instant/";

location /mod_pagespeed_test/public/ {
add_header "Cache-Control" "public, max-age=600";
pagespeed PreserveUrlRelativity off;
}

pagespeed EnableFilters remove_comments;

# Test LoadFromFile mapping by mapping one dir to another.
Expand Down