diff --git a/Caddyfile b/Caddyfile index 49b66df..abd5ee4 100644 --- a/Caddyfile +++ b/Caddyfile @@ -6,6 +6,8 @@ respond "ok" 200 } - try_files {path} {path}/index.html {path}/ /index.html - file_server + handle { + try_files {path} {path}/index.html {path}/ /index.html + file_server + } }