Commit Diff


commit - ae32f1aa8ebefe7b6b7f7f7883ee6e0346a73dbb
commit + 4f97572edc4bb9d2fe3956a874fab99dfe31b7c0
blob - a63aa2b42fe5a920242313f7769b4fe728b2253e
blob + e97394dc5e5f3cf3f16a20e7cc268c6ee64a8b5c
--- README.md
+++ README.md
@@ -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.