arkanum/Caddyfile

8 lines
110 B
Caddyfile
Raw Normal View History

2024-05-05 18:48:25 +02:00
:8080 {
bind 0.0.0.0
2024-05-05 18:36:09 +02:00
root * /arkanum-docs
encode gzip zstd
try_files {path}.html {path} /
file_server
2024-03-01 12:03:30 +01:00
}