11 lines
308 B
Caddyfile
11 lines
308 B
Caddyfile
{$DOMAIN:localhost} {
|
|
encode gzip zstd
|
|
reverse_proxy app:5000
|
|
header {
|
|
Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"
|
|
X-Content-Type-Options "nosniff"
|
|
X-Frame-Options "SAMEORIGIN"
|
|
Referrer-Policy "strict-origin-when-cross-origin"
|
|
}
|
|
}
|