system.performance.yml 521 B

1234567891011121314151617
  1. _core:
  2. default_config_hash: b2cssrj-lOmATIbdehfCqfCFgVR0qCdxxWhwqa2KBVQ
  3. langcode: fr
  4. cache:
  5. page:
  6. max_age: 86400
  7. css:
  8. preprocess: true
  9. gzip: true
  10. fast_404:
  11. enabled: true
  12. paths: '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i'
  13. exclude_paths: '/\/(?:styles|imagecache)\//'
  14. 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>'
  15. js:
  16. preprocess: true
  17. gzip: true