arkanum/Caddyfile

7 lines
97 B
Caddyfile
Raw Normal View History

2024-03-01 12:03:30 +01:00
:80 {
root * /arkanum-docs
encode gzip zstd
try_files {path}.html {path} /
file_server
}