From 1f954b719e878820a98684ac56e1bf589417d0d9 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 15 Jun 2024 08:46:34 +0000 Subject: feat(response): PLAIN_TEXT_ROUTES wildcard matching --- Configuration.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Configuration.md') 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` -- cgit v1.2.3