21 lines
505 B
Caddyfile
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
|
|
}
|