Issue #1934716 followup by hackwater: [Followup] Merge system.fast_404 config object into system.performance.
parent
0eeda29f40
commit
c75088586c
|
@ -624,9 +624,9 @@ ini_set('session.cookie_lifetime', 2000000);
|
|||
*
|
||||
* 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.
|
||||
|
|
Loading…
Reference in New Issue