mirror of
https://github.com/mastodon/documentation
synced 2025-04-11 22:56:17 +02:00
example nginx: remove includeSubDomains from hsts
This commit is contained in:
parent
998a7d2901
commit
0005b49faf
@ -47,7 +47,7 @@ server {
|
||||
gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript;
|
||||
|
||||
|
||||
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains";
|
||||
add_header Strict-Transport-Security "max-age=31536000";
|
||||
|
||||
location / {
|
||||
try_files $uri @proxy;
|
||||
|
Loading…
x
Reference in New Issue
Block a user