diff options
author | metamuffin <metamuffin@disroot.org> | 2023-02-12 10:15:03 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-02-12 10:15:03 +0100 |
commit | 1f6ade88e4f7b8fdb48ad040b469e33292faaf74 (patch) | |
tree | f5fa84348dfa84b38753dbe92e60ef2ebcbe5cf5 /readme.md | |
parent | f7d989c8785bb83bfd02a0fa7287b8bf4e383ac6 (diff) | |
download | gnix-1f6ade88e4f7b8fdb48ad040b469e33292faaf74.tar gnix-1f6ade88e4f7b8fdb48ad040b469e33292faaf74.tar.bz2 gnix-1f6ade88e4f7b8fdb48ad040b469e33292faaf74.tar.zst |
doc + error handling
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -2,6 +2,13 @@ a simple stupid reverse proxy +## Features + +- Simple to configure (see below) +- Handles connection upgrades correctly by default (websocket, etc.) +- TLS support +- _TODO: h2; match on uris; connection pools_ + ## Usage Run the binary with the a path to the configuration as the first argument. The |