fixed redirect bugs in file, image, and zip archive
added cache control headers to style added cache control headers to snippet added server side caching to snippet
This commit is contained in:
parent
404749e32b
commit
da9c26d72c
7 changed files with 45 additions and 4 deletions
|
|
@ -95,6 +95,7 @@ sub changeCache {
|
|||
$session->db->write("alter table Folder add column visitorCacheTimeout int not null default 3600");
|
||||
$session->db->write("alter table HttpProxy add column cacheTimeout int not null default 0");
|
||||
$session->db->write("alter table SQLReport add column cacheTimeout int not null default 0");
|
||||
$session->db->write("alter table Snippet add column cacheTimeout int not null default 3600");
|
||||
$session->db->write("alter table FileAsset add column cacheTimeout int not null default 3600");
|
||||
$session->db->write("alter table Product add column cacheTimeout int not null default 3600");
|
||||
$session->db->write("alter table SyndicatedContent add column cacheTimeout int not null default 3600");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue