From 12e76586efac404ab7f993692b6c1ef8e12425d8 Mon Sep 17 00:00:00 2001 From: Francis Lavoie Date: Sat, 4 Apr 2020 18:23:25 -0400 Subject: [PATCH] Update src/docs/markdown/caddyfile/directives/try_files.md Co-Authored-By: Matt Holt --- src/docs/markdown/caddyfile/directives/try_files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/markdown/caddyfile/directives/try_files.md b/src/docs/markdown/caddyfile/directives/try_files.md index 0fd71b7..afe4631 100644 --- a/src/docs/markdown/caddyfile/directives/try_files.md +++ b/src/docs/markdown/caddyfile/directives/try_files.md @@ -29,7 +29,7 @@ The `try_files` directive is basically a shortcut for: rewrite @try_files {http.matchers.file.relative} ``` -Since this directive is a shortcut, it does not allow a matcher in its syntax. If you need a more complex matcher, then use the above expanded form as a basis. +Note that this directive does not accept a matcher token. If you need more complex matching logic, then use the expanded form above as a basis. ## Examples