Files
kompress_eshop/Caddyfile
Priec 602d671996
Some checks failed
CI / Check Style (push) Has been cancelled
CI / Run Clippy (push) Has been cancelled
CI / Run Tests (push) Has been cancelled
prod setup
2026-06-29 19:59:59 +02:00

21 lines
505 B
Caddyfile

http://{$APP_DOMAIN:eshop.kompress.farmeris.sk} {
redir https://{$APP_DOMAIN:eshop.kompress.farmeris.sk}{uri} permanent
}
https://{$APP_DOMAIN:eshop.kompress.farmeris.sk} {
encode zstd gzip
header {
Strict-Transport-Security "max-age=31536000"
X-Content-Type-Options "nosniff"
Referrer-Policy "strict-origin-when-cross-origin"
}
@static path /static/*
header @static Cache-Control "public, max-age=2592000"
rewrite /favicon.ico /static/favicon/favicon.ico
reverse_proxy kompress:5150
}