diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -212,6 +212,15 @@ Login credentials for `cookie_auth` and `http_basic_auth` are supplied as either an object mapping usernames to PHC strings or a file path pointing to a file that contains that map in YALM format. Currently only `argon2id` is supported. +### Additional Notes + +Internally gnix processes requests as they would be sent in HTTP/1.1. HTTP/2 is +translated on arrival. + +Paths matching `/_gnix*` might be used internally in gnix for purposes like +OpenID callback or login action endpoints. I hope your application doesn't rely +on using them for itself. + ## License AGPL-3.0-only; see [COPYING](./COPYING) |