aboutsummaryrefslogtreecommitdiff
path: root/Configuration.md
diff options
context:
space:
mode:
Diffstat (limited to 'Configuration.md')
-rw-r--r--Configuration.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/Configuration.md b/Configuration.md
index 4815e13..f58d2c7 100644
--- a/Configuration.md
+++ b/Configuration.md
@@ -88,8 +88,11 @@ FAVICON_EXTERNAL=https://example.com/favicon.ico
A comma-separated list of paths to treat as plain text routes
+These patterns do not support regular expressions, but do support the use of `*`
+as a wildcard.
+
```dotenv
-PLAIN_TEXT_ROUTE=/robots.txt,/license.txt
+PLAIN_TEXT_ROUTE=/robots.txt,/license.txt,*.xml
```
## `MATHJAX`