From 8bfd84d57518adbc2ea2a5bfb0feb2ea8e5e00d3 Mon Sep 17 00:00:00 2001 From: Josef Glatz <noreply@example.com> Date: Thu, 1 Sep 2022 08:35:27 +0000 Subject: [PATCH] [TASK] Update settings snippet: use default values everywhere MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All values are default values except the redirectTTL value. Releases: main, 11.5, 10.4 Resolves: #98238 Change-Id: Ifef0b35445828aa4b82084b5a4216174b9ad3e89 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75595 Tested-by: core-ci <typo3@b13.com> Tested-by: Chris Müller <typo3@krue.ml> Tested-by: Oliver Bartsch <bo@cedev.de> Reviewed-by: Chris Müller <typo3@krue.ml> Reviewed-by: Oliver Bartsch <bo@cedev.de> --- typo3/sysext/redirects/Documentation/Setup/Index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typo3/sysext/redirects/Documentation/Setup/Index.rst b/typo3/sysext/redirects/Documentation/Setup/Index.rst index 0cb9bc22973f..b13d351ce70c 100644 --- a/typo3/sysext/redirects/Documentation/Setup/Index.rst +++ b/typo3/sysext/redirects/Documentation/Setup/Index.rst @@ -41,7 +41,7 @@ section if you use the defaults. autoCreateRedirects: true # Time To Live in days for redirect records to be created - `0` disables TTL, no expiration # (default: 0) - redirectTTL: 30 + redirectTTL: 0 # HTTP status code for automatically created redirects, see # https://developer.mozilla.org/en-US/docs/Web/HTTP/Redirections#Temporary_redirections # (default: 307) -- GitLab