13 lines
340 B
Caddyfile
13 lines
340 B
Caddyfile
anmalan.vbytes.se, xn--anmlan-dua.vbytes.se {
|
|
reverse_proxy localhost:5000
|
|
|
|
encode gzip zstd
|
|
|
|
header {
|
|
Permissions-Policy interest-cohort=()
|
|
Strict-Transport-Security max-age=31536000;
|
|
X-Content-Type-Options nosniff
|
|
X-Frame-Options DENY
|
|
Referrer-Policy no-referrer-when-downgrade
|
|
}
|
|
}
|