cajk
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
email hubacek.s@gmail.com
|
||||
acme_ca https://acme-v02.api.letsencrypt.org/directory
|
||||
}
|
||||
|
||||
(common_headers) {
|
||||
header {
|
||||
Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"
|
||||
X-Content-Type-Options "nosniff"
|
||||
X-Frame-Options "DENY"
|
||||
X-XSS-Protection "1; mode=block"
|
||||
}
|
||||
}
|
||||
|
||||
(common_auth) {
|
||||
basicauth {
|
||||
Standa {$BASIC_AUTH_HASH}
|
||||
}
|
||||
}
|
||||
|
||||
www.hubacek.cloud {
|
||||
redir https://hubacek.cloud{uri} permanent
|
||||
}
|
||||
|
||||
import /opt/homelab/generated/caddy/*
|
||||
Reference in New Issue
Block a user