arkanum/Caddyfile

7 lines
97 B
Caddyfile

:80 {
root * /arkanum-docs
encode gzip zstd
try_files {path}.html {path} /
file_server
}