summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-10-30 01:05:45 +0100
committermetamuffin <metamuffin@disroot.org>2024-10-30 01:05:45 +0100
commita559aaf12f9b57ef1a1d440011e874e2c8d4f954 (patch)
tree053a18d0e6f3a2d1c27e5cc48e2a649e923001fe /readme.md
parent7a2b003aca9a7e7f9c938ea2835a99c2432c2009 (diff)
parent2a576e64824e4a02aeb89c312c15db0a25483373 (diff)
downloadgnix-a559aaf12f9b57ef1a1d440011e874e2c8d4f954.tar
gnix-a559aaf12f9b57ef1a1d440011e874e2c8d4f954.tar.bz2
gnix-a559aaf12f9b57ef1a1d440011e874e2c8d4f954.tar.zst
Merge branch 'master' of codeberg.org:metamuffin/gnix
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.