aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 1403df0..4817493 100644
--- a/readme.md
+++ b/readme.md
@@ -12,7 +12,7 @@ a simple stupid reverse proxy
- TLS support
- Configuration hot-reloading
- Client authentification (http basic auth, cookie)
-- _TODO: h2; h3; match on uris; connection pooling; custom connection timeouts_
+- _TODO: h3; connection pooling_
## Links
@@ -121,6 +121,9 @@ themselves; in that case the request is passed on.
prepended to the response.
- `root`: root directory to be served (string)
- `index`: enables directory indexing (boolean)
+ - `localize`: sends a localized version if possible. for localized content the
+ ISO 639-1 language code is injected in front of the first file name
+ extension (boolean) **semi-experimental**
- **module `file`**
- Replies with static content.