aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2023-08-23 20:34:06 +0000
committerOmar Polo <op@omarpolo.com>2023-08-23 20:34:06 +0000
commit4f97572edc4bb9d2fe3956a874fab99dfe31b7c0 (patch)
treeed53a3dd38937d4d4fa5896bdba9f158f9914281 /README.md
parentae32f1aa8ebefe7b6b7f7f7883ee6e0346a73dbb (diff)
tweak readme
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.