mirror of
https://github.com/mastodon/documentation
synced 2025-04-11 22:56:17 +02:00
Removes the includeSubDomains directive from HSTS
This commit is contained in:
parent
f2814435d5
commit
368d815e4d
@ -32,7 +32,7 @@ server {
|
||||
ssl_certificate /etc/letsencrypt/live/example.com/fullchain.pem;
|
||||
ssl_certificate_key /etc/letsencrypt/live/example.com/privkey.pem;
|
||||
|
||||
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains";
|
||||
add_header Strict-Transport-Security "max-age=31536000";
|
||||
|
||||
keepalive_timeout 70;
|
||||
sendfile on;
|
||||
|
Loading…
x
Reference in New Issue
Block a user