From 5008165a00538a7e3b393a2179786de3f6c9049c Mon Sep 17 00:00:00 2001 From: Ryan Burnette Date: Wed, 16 Sep 2020 22:06:12 -0400 Subject: [PATCH 1/1] update caddy readme --- caddy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caddy/README.md b/caddy/README.md index 6016a1c..93324c2 100644 --- a/caddy/README.md +++ b/caddy/README.md @@ -51,7 +51,7 @@ example.com { # serve static files from public folder, but not /api @notApi { file { - try_files {path} {path}/ /index.html + try_files {path} {path}/ {path}/index.html } not path /api/* } -- 2.25.1