19 lines
338 B
Caddyfile
19 lines
338 B
Caddyfile
{
|
|
email {$ACME_EMAIL}
|
|
}
|
|
|
|
{$WEB_PUBLIC_HOST} {
|
|
encode zstd gzip
|
|
|
|
header {
|
|
Strict-Transport-Security "max-age=31536000; includeSubDomains"
|
|
X-Content-Type-Options "nosniff"
|
|
X-Frame-Options "DENY"
|
|
Referrer-Policy "no-referrer"
|
|
Permissions-Policy "camera=(), geolocation=(), microphone=()"
|
|
-Server
|
|
}
|
|
|
|
reverse_proxy web:8765
|
|
}
|