Skip to content

Commit 0d74f70

Browse files
sypetstomwarwick
andcommitted
[SECURITY] Recommend using HTTPS in production (#179)
Add recommendation for using HTTPS in production Related: TYPO3-Documentation/TYPO3CMS-Reference-CoreApi:#351 Co-authored-by: Tom Warwick <tom.warwick@typo3.org>
1 parent 34670de commit 0d74f70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/Installation/DeployTYPO3.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ To ensure a secure installation of TYPO3 on a production server, the following s
4444

4545
- :guilabel:`Admin Tools > Settings > Configuration Presets` The "Live" preset has to be chosen to make sure no debug output is displayed.
4646
- `HTTPS` should be used on production servers and :php:`$GLOBALS['TYPO3_CONF_VARS']['BE']['lockSSL']` should be set to `true`.
47+
- Enfore HSTS (Strict-Transport-Security header) in the web servers configuration.
4748
- The `TYPO3_CONTEXT` environment variable should be set to a main context of `Production` (can be verified on the top right in the TYPO3 backend :guilabel:`Application Information`). It should be used to select the appropriate `base variant` for the target system in the Site Configuration.
4849
- Configure the :ref:`TYPO3 logging framework <t3coreapi:logging-configuration>` to log messages of high severity including and above WARNING or ERROR
49-
and continue rotate log files stored in :file:`var/log`.
50-
51-
In addition, verify the :ref:`file permissions <t3coreapi:security-file-directory-permissions>` are correct on the live system.
50+
and continue to rotate log files stored in :file:`var/log`.
51+
- Verify the :ref:`file permissions <t3coreapi:security-file-directory-permissions>` are correct on the live system.
5252

5353
Deployment Automation
5454
=====================

0 commit comments

Comments
 (0)