Files
universal_web_loco_rewrite/Caddyfile
filipriec 8f89423994
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-05-20 11:01:23 +00:00

13 lines
226 B
Caddyfile

gitara.farmeris.sk {
encode gzip
@static path /static/*
header @static Cache-Control "public, max-age=2592000"
reverse_proxy gitara-web:5150
}
www.gitara.farmeris.sk {
redir https://gitara.farmeris.sk{uri} permanent
}