Skip to content

Commit 4aae58b

Browse files
committed
Disabled caching of error pages
1 parent 25db1b8 commit 4aae58b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/sites/default/settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@
439439
* of client error responses set the value to 0. Currently applies only to
440440
* page_cache module.
441441
*/
442-
# $settings['cache_ttl_4xx'] = 3600;
442+
$settings['cache_ttl_4xx'] = 0;
443443

444444
/**
445445
* Expiration of cached forms.

0 commit comments

Comments
 (0)