tweak readme

This commit is contained in:
Omar Polo 2023-08-23 20:34:06 +00:00
parent ae32f1aa8e
commit 4f97572edc
1 changed files with 3 additions and 4 deletions

View File

@ -145,11 +145,10 @@ splitted into multiple processes:
`server` and `crypto` processes and reloads the configuration upon
`SIGHUP`.
- logger: logs the requests.
- logger: handles the logging with syslog and/or local files.
- server: listen on the binded ports and serves the request. This
also include speaking FastCGI and proxying requests.
- crypto: (used only on OpenBSD at the time of writing.) Holds the
TLS private keys to avoid a compromised `server` process to
disclose them.
- crypto: holds the TLS private keys to avoid a compromised `server`
process to disclose them.