summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 5739199..1403df0 100644
--- a/readme.md
+++ b/readme.md
@@ -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)