HSTS preload doesn't work on subdomains

This commit is contained in:
Sam A. 2024-02-10 15:30:17 +01:00
parent 5899eb45f6
commit 5390c9c7a2
Signed by: samsapti
GPG key ID: CBBBE7371E81C4EA

View file

@ -10,7 +10,7 @@ cloud.{{ proxy_vars[env].app01.base_domain }} {
} }
header { header {
Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" Strict-Transport-Security "max-age=31536000; includeSubDomains"
-Server -Server
} }
@ -37,7 +37,7 @@ ipfs-gateway.{{ proxy_vars[env].app01.base_domain }},
} }
header { header {
Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" Strict-Transport-Security "max-age=31536000; includeSubDomains"
-Server -Server
} }
@ -62,7 +62,7 @@ ipfs.local.{{ proxy_vars[env].app01.base_domain }} {
} }
header { header {
Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" Strict-Transport-Security "max-age=31536000; includeSubDomains"
-Server -Server
} }
@ -83,7 +83,7 @@ xmr.local.{{ proxy_vars[env].app01.base_domain }} {
} }
header { header {
Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" Strict-Transport-Security "max-age=31536000; includeSubDomains"
-Server -Server
} }