From 55e4d212b39f50a3c08425e090113cecd44419af Mon Sep 17 00:00:00 2001 From: OCram85 Date: Sun, 5 May 2024 18:36:09 +0200 Subject: [PATCH] fix indentation --- Caddyfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 }