mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-08-19 01:45:23 +02:00
9 lines
213 B
Caddyfile
9 lines
213 B
Caddyfile
:{$PORT}
|
|
root * /srv
|
|
encode gzip zstd
|
|
try_files {path} /index.html
|
|
file_server
|
|
@assets path /assets/*
|
|
header @assets Cache-Control "public, max-age=31536000, immutable"
|
|
header /index.html Cache-Control "no-cache"
|