mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Add includeSubDomains + preload recommendation
This commit is contained in:
parent
c0b5d576f6
commit
949a7f3e94
@ -119,7 +119,7 @@ VirtualHost file:
|
||||
|
||||
<VirtualHost *:443>
|
||||
ServerName cloud.owncloud.com
|
||||
Header always add Strict-Transport-Security "max-age=15768000"
|
||||
Header always add Strict-Transport-Security "max-age=15768000; includeSubDomains; preload"
|
||||
</VirtualHost>
|
||||
|
||||
It shall be noted that this requires that the ``mod_headers`` extension to be installed.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user