arkanum/Caddyfile

7 lines
104 B
Caddyfile

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