Rebuild
This commit is contained in:
15
config/envs/prod/system.performance.yml
Normal file
15
config/envs/prod/system.performance.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
cache:
|
||||
page:
|
||||
max_age: 86400
|
||||
css:
|
||||
preprocess: false
|
||||
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:
|
||||
preprocess: false
|
||||
gzip: true
|
||||
|
||||
Reference in New Issue
Block a user