From: Ryan Burnette Date: Thu, 17 Sep 2020 02:06:12 +0000 (-0400) Subject: update caddy readme X-Git-Url: https://git.josue.xyz/?p=webi-installers%2F.git;a=commitdiff_plain;h=5008165a00538a7e3b393a2179786de3f6c9049c update caddy readme --- 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/* }