Last active 1705433077

Nextcloud HSTS htaccess fix

htaccess.sh Raw
1echo -e \
2"<IfModule mod_headers.c>\n\tHeader always set Strict-Transport-Security \"max-age=15552000; includeSubDomains\"\n</IfModule>" \
3>> /var/www/html/.htaccess