aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index a63aa2b..e97394d 100644
--- a/README.md
+++ b/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.