diff options
author | metamuffin <metamuffin@disroot.org> | 2024-10-30 01:05:45 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-10-30 01:05:45 +0100 |
commit | a559aaf12f9b57ef1a1d440011e874e2c8d4f954 (patch) | |
tree | 053a18d0e6f3a2d1c27e5cc48e2a649e923001fe /readme.md | |
parent | 7a2b003aca9a7e7f9c938ea2835a99c2432c2009 (diff) | |
parent | 2a576e64824e4a02aeb89c312c15db0a25483373 (diff) | |
download | gnix-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.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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. |