The problem Nextcloud HTTP header "Strict-Transport-Security" is not set to at least “15552000” seconds.
The following guide on a very simple solution to the problem nextcloud:
HTTP header "Strict-Transport-Security" is not set to at least “15552000” seconds.
Just edit the file .htaccess.
We log into our ftp server and edit the .htaccess file by adding at the beginning:
1 2 3 | <IfModule mod_headers.c> Header always set Strict-Transport-Security "max-age=15768000; includeSubDomains; preload" </IfModule> |
That's it 🙂
Related entries:
Changing the language in the system and Debian Centos7
Display changes in several files simultaneously
if we redirected our domain gitlab.naszadomena.pl to the server's IP address, the login page should be displayed 8
Crayon Syntax Highlighter plugin PHP support 8.0 and 8.1
Docker installation in Ubuntu 20.04





