mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 17:22:20 +09:00
Fix #2167 allow removing no-store and must-revalidate from Cache-Control headers
This commit is contained in:
parent
35dec01ab0
commit
15648d10d1
6 changed files with 29 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue