caddy2: removed unknown tls directive

This commit is contained in:
Panagiotis Vasilopoulos 2020-10-04 19:28:22 +00:00 committed by GitHub
parent 00f224b0d9
commit 8370ee0647
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,4 @@
matrix.DOMAIN.tld {
tls {$CADDY_TLS}
@identity {
path /_matrix/identity/*
}
@ -97,9 +94,6 @@ matrix.DOMAIN.tld:8448 {
}
dimension.DOMAIN.tld {
tls {$CADDY_TLS}
header {
# Enable HTTP Strict Transport Security (HSTS) to force clients to always connect via HTTPS
Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"
@ -127,9 +121,6 @@ dimension.DOMAIN.tld {
}
element.DOMAIN.tld {
tls {$CADDY_TLS}
header {
# Enable HTTP Strict Transport Security (HSTS) to force clients to always connect via HTTPS
Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"