Added Caddyfile

This commit is contained in:
2025-08-28 20:07:29 +02:00
parent 9a6892f197
commit 674ec45df8

12
Caddyfile Normal file
View File

@@ -0,0 +1,12 @@
:80 {
root * /root/spritesheet-generator/dist
encode gzip
log {
output file /var/log/caddy/spritesheetgenerator.online.log
}
header {
?Cache-Control "max-age=1800"
}
}