diff options
author | Omar Polo <op@omarpolo.com> | 2023-08-23 20:34:06 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-08-23 20:34:06 +0000 |
commit | 4f97572edc4bb9d2fe3956a874fab99dfe31b7c0 (patch) | |
tree | ed53a3dd38937d4d4fa5896bdba9f158f9914281 /README.md | |
parent | ae32f1aa8ebefe7b6b7f7f7883ee6e0346a73dbb (diff) |
tweak readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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. |