15 lines
256 B
Caddyfile
15 lines
256 B
Caddyfile
http://127.0.0.1:1337 {
|
|
root * ./dist
|
|
encode gzip zstd
|
|
|
|
file_server
|
|
try_files {path} /index.html
|
|
|
|
log {
|
|
output file /var/log/caddy/spritesheetgenerator.online.log
|
|
}
|
|
|
|
header {
|
|
?Cache-Control "max-age=1800"
|
|
}
|
|
} |