We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c36a66c + 3443b47 commit 242a6b6Copy full SHA for 242a6b6
2 files changed
CHANGELOG.md
@@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
8
9
## [Unreleased]
10
11
+- [PR-387](https://github.com/itk-dev/os2loop/pull/387)
12
+ Disabled caching of error pages
13
- [PR-385](https://github.com/itk-dev/os2loop/pull/385)
14
Cleaned up OpenID Connect settings and removed some obsolete custom settings
15
- [PR-384](https://github.com/itk-dev/os2loop/pull/384)
web/sites/default/settings.php
@@ -439,7 +439,7 @@
439
* of client error responses set the value to 0. Currently applies only to
440
* page_cache module.
441
*/
442
-# $settings['cache_ttl_4xx'] = 3600;
+$settings['cache_ttl_4xx'] = 0;
443
444
/**
445
* Expiration of cached forms.
0 commit comments