11 lines
185 B
Caddyfile
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
|
|
}
|