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
}
