diff --git a/src/docs/markdown/caddyfile/concepts.md b/src/docs/markdown/caddyfile/concepts.md
index f820ebf..528cb24 100644
--- a/src/docs/markdown/caddyfile/concepts.md
+++ b/src/docs/markdown/caddyfile/concepts.md
@@ -77,6 +77,9 @@ example2.com {
}
```
+If a request matches multiple site blocks, the first matching site is chosen. Requests don't cascade into to other site blocks.
+
+
### Directives
**Directives** are keywords which customize how the site is served. For example, a complete file server config might look like this:
diff --git a/src/index.html b/src/index.html
index a18d468..773f88e 100644
--- a/src/index.html
+++ b/src/index.html
@@ -1,7 +1,7 @@