silverstripe-framework/_config/config.yml
2018-06-13 11:33:45 +12:00

20 lines
383 B
YAML

---
Name: coreconfig
---
SilverStripe\Control\HTTP:
cache_control:
no-cache: true
no-store: true
must-revalidate: true
vary: "X-Requested-With, X-Forwarded-Protocol"
SilverStripe\Core\Manifest\VersionProvider:
modules:
silverstripe/framework: Framework
---
Name: httpconfig-dev
Only:
environment: dev
---
SilverStripe\Control\HTTP:
disable_http_cache: true