Fix #2167 allow removing no-store and must-revalidate from Cache-Control headers

This commit is contained in:
Kijin Sung 2023-08-31 02:19:18 +09:00
parent 35dec01ab0
commit 15648d10d1
6 changed files with 29 additions and 1 deletions

View file

@ -25,6 +25,7 @@ return array(
'ttl' => 86400,
'servers' => array(),
'truncate_method' => 'delete',
'cache_control' => 'must-revalidate, no-store, no-cache',
),
'ftp' => array(
'host' => 'localhost',