Files
kompress_eshop/Caddyfile
2026-06-17 13:59:21 +02:00

15 lines
268 B
Caddyfile

eshop.example.com {
encode gzip
@static path /static/*
header @static Cache-Control "public, max-age=2592000"
rewrite /favicon.ico /static/favicon/favicon.ico
reverse_proxy kompress:5150
}
eshop.example.com {
redir https://eshop.example.com{uri} permanent
}