Skip to content
Snippets Groups Projects
Commit 8bfd84d5 authored by Josef Glatz's avatar Josef Glatz Committed by Oliver Bartsch
Browse files

[TASK] Update settings snippet: use default values everywhere

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: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarChris Müller <typo3@krue.ml>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarChris Müller <typo3@krue.ml>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
parent 6bed3af2
Branches
Tags
No related merge requests found
......@@ -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)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment