mts-public/Caddyfile
2026-04-15 18:57:24 +03:00

11 lines
185 B
Caddyfile

:80 {
root * /srv
encode zstd gzip
try_files {path} /index.html
@html path /index.html
header @html Cache-Control "no-store, no-cache, must-revalidate, max-age=0"
file_server
}