From 5a75e9bd3bf220ba14132c44e9e9798482953074 Mon Sep 17 00:00:00 2001 From: lsb Date: Tue, 21 Jul 2020 19:58:26 -0700 Subject: [PATCH] Emphasize the lack of implicit `file_server`. --- src/docs/markdown/v2-upgrade.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/docs/markdown/v2-upgrade.md b/src/docs/markdown/v2-upgrade.md index f2729a1..306af0d 100644 --- a/src/docs/markdown/v2-upgrade.md +++ b/src/docs/markdown/v2-upgrade.md @@ -325,6 +325,8 @@ You may find the new [`route`](/docs/caddyfile/directives/route) and [`handle`]( Because it accepts a matcher in v2, this means you can also change the site root depending on the request. +Please note than any implicit `file_server` directives that v1 inferred are now [required](#primary-changes). + ### status