Mercurial > hg > isophonics-drupal-site
annotate core/modules/system/config/install/system.performance.yml @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | 4c8ae668cc8c |
children |
rev | line source |
---|---|
Chris@0 | 1 cache: |
Chris@0 | 2 page: |
Chris@0 | 3 max_age: 0 |
Chris@0 | 4 css: |
Chris@0 | 5 preprocess: true |
Chris@0 | 6 gzip: true |
Chris@0 | 7 fast_404: |
Chris@0 | 8 enabled: true |
Chris@0 | 9 paths: '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i' |
Chris@0 | 10 exclude_paths: '/\/(?:styles|imagecache)\//' |
Chris@0 | 11 html: '<!DOCTYPE html><html><head><title>404 Not Found</title></head><body><h1>Not Found</h1><p>The requested URL "@path" was not found on this server.</p></body></html>' |
Chris@0 | 12 js: |
Chris@0 | 13 preprocess: true |
Chris@0 | 14 gzip: true |
Chris@0 | 15 stale_file_threshold: 2592000 |