From 3432fbe584e258056f806d9d148b99d3c30f5e72 Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Tue, 13 Jul 2021 11:08:55 +0200 Subject: [PATCH] readme: small update Mention use of ngx_http_lua_module for nginx config, and document move of the IRC channel to OFTC. --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8dd1a60..bd746db 100644 --- a/README.md +++ b/README.md @@ -56,14 +56,16 @@ also need a working local mailer setup. Reverse Proxy ------------- -Hagrid is designed to defer lookups to reverse proxy server like Nginx -and Apache. Lookups via `/vks/v1/by-finingerprint`, `/vks/v1/by-keyid`, and -`/vks/v1/by-email` can be handled by a robust and performant HTTP server. A -sample configuration for nginx is part of the repository (`nginx.conf`, +Hagrid is designed to defer lookups to reverse proxy server like Nginx. +Lookups via `/vks/v1/by-finingerprint`, `/vks/v1/by-keyid`, and +`/vks/v1/by-email` can be handled by a robust and performant HTTP server. +A sample configuration for nginx is part of the repository (`nginx.conf`, `hagrid-routes.conf`). +Note that we make use of +[ngx_http_lua_module](https://github.com/openresty/lua-nginx-module) to +perform some request rewrites. Community --------- -We're in `#hagrid` on Freenode IRC, also reachable via Matrix as -`#hagrid:stratum0.org`. +We're in `#hagrid` on OFTC IRC, also reachable via Matrix as `#hagrid:stratum0.org`.