diff --git a/Caddyfile b/Caddyfile index 42e71ea..7f3b219 100644 --- a/Caddyfile +++ b/Caddyfile @@ -1,6 +1,6 @@ 0.0.0.0:80 { - root * /arkanum-docs - encode gzip zstd - try_files {path}.html {path} / - file_server + root * /arkanum-docs + encode gzip zstd + try_files {path}.html {path} / + file_server }