Il problema Nextcloud HTTP header "Strict-Transport-Security" non è impostata ad almeno “15552000” secondi.
La seguente guida su una soluzione molto semplice al problema nextcloud:
HTTP header "Strict-Transport-Security" non è impostata ad almeno “15552000” secondi.
Basta modificare il file .htaccess.
Accedere al nostro server ftp e modificare il file .htaccess aggiungendo all'inizio:
1 2 3 | <IfModule mod_headers.c> Header always set Strict-Transport-Security "max-age=15768000; includeSubDomains; preload" </IfModule> |
Questo è tutto 🙂