Skip to content

Commit 6f612f2

Browse files
committed
Disabled caching of error pages
1 parent 25db1b8 commit 6f612f2

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
88

99
## [Unreleased]
1010

11+
- [PR-387](https://github.com/itk-dev/os2loop/pull/387)
12+
Disabled caching of error pages
1113
- [PR-383](https://github.com/itk-dev/os2loop/pull/383)
1214
Fixed OpenID Connect redirect URLs
1315
- [PR-377](https://github.com/itk-dev/os2loop/pull/377)

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)