arkanum/Caddyfile

7 lines
104 B
Caddyfile
Raw Normal View History

2024-04-26 11:48:27 +02:00
0.0.0.0:80 {
2024-03-01 12:03:30 +01:00
root * /arkanum-docs
encode gzip zstd
try_files {path}.html {path} /
file_server
}