diff options
| author | Fuwn <[email protected]> | 2024-06-15 08:46:34 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-15 08:46:41 +0000 |
| commit | 0e3327fb266147ba3aee9b906c33b76089de2e53 (patch) | |
| tree | 0a5e8b407a8c4da4ff7ec4ff174a450e4c39f119 /Configuration.md | |
| parent | ci(earthly): bump rustc (diff) | |
| download | september-0e3327fb266147ba3aee9b906c33b76089de2e53.tar.xz september-0e3327fb266147ba3aee9b906c33b76089de2e53.zip | |
feat(response): PLAIN_TEXT_ROUTES wildcard matching
Diffstat (limited to 'Configuration.md')
| -rw-r--r-- | Configuration.md | 5 |
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` |