mirror of
https://gitlab.com/hagrid-keyserver/hagrid.git
synced 2023-02-13 20:55:02 -05:00
readme: small update
Mention use of ngx_http_lua_module for nginx config, and document move of the IRC channel to OFTC.
This commit is contained in:
parent
569a9df5a0
commit
3432fbe584
1 changed files with 8 additions and 6 deletions
14
README.md
14
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`.
|
||||
|
|
Loading…
Reference in a new issue