Skip to content
Snippets Groups Projects
Commit c7508858 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #1934716 followup by hackwater: [Followup] Merge system.fast_404 config...

Issue #1934716 followup by hackwater: [Followup] Merge system.fast_404 config object into system.performance.
parent 0eeda29f
No related branches found
No related tags found
No related merge requests found
......@@ -624,9 +624,9 @@
*
* Remove the leading hash signs if you would like to alter this functionality.
*/
#$conf['system.performance]['fast_404']['exclude_paths'] = '/\/(?:styles)\//';
#$conf['system.performance]['fast_404']['paths'] = '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i';
#$conf['system.performance]['fast_404']['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>';
#$conf['system.performance']['fast_404']['exclude_paths'] = '/\/(?:styles)\//';
#$conf['system.performance']['fast_404']['paths'] = '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i';
#$conf['system.performance']['fast_404']['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>';
/**
* Load local development override configuration, if available.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment