We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25db1b8 commit 6f612f2Copy full SHA for 6f612f2
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-383](https://github.com/itk-dev/os2loop/pull/383)
14
Fixed OpenID Connect redirect URLs
15
- [PR-377](https://github.com/itk-dev/os2loop/pull/377)
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