silverstripe-framework/_config/config.yml

20 lines
383 B
YAML
Raw Normal View History

2013-02-05 19:10:15 +01:00
---
Name: coreconfig
---
SilverStripe\Control\HTTP:
cache_control:
no-cache: true
no-store: true
must-revalidate: true
vary: "X-Requested-With, X-Forwarded-Protocol"
2017-07-15 14:20:37 +02:00
SilverStripe\Core\Manifest\VersionProvider:
modules:
silverstripe/framework: Framework
---
Name: httpconfig-dev
Only:
environment: dev
---
SilverStripe\Control\HTTP:
disable_http_cache: true