Skip to content

Commit 242a6b6

Browse files
authored
Merge pull request #387 from itk-dev/feature/cache-settings
Disabled caching of error pages
2 parents c36a66c + 3443b47 commit 242a6b6

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-385](https://github.com/itk-dev/os2loop/pull/385)
1214
Cleaned up OpenID Connect settings and removed some obsolete custom settings
1315
- [PR-384](https://github.com/itk-dev/os2loop/pull/384)

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)