dchadwick/config/default/system.performance.yml

15 lines
432 B
YAML
Raw Normal View History

2024-03-10 21:44:34 +00:00
cache:
page:
2024-08-24 18:33:34 -04:00
max_age: 0
2024-03-10 21:44:34 +00:00
css:
2024-04-09 01:47:04 +00:00
preprocess: false
2024-03-10 21:44:34 +00:00
gzip: true
fast_404:
enabled: true
paths: '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i'
exclude_paths: '/\/(?:styles|imagecache)\//'
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>'
js:
2024-04-09 01:47:04 +00:00
preprocess: false
2024-03-10 21:44:34 +00:00
gzip: true