aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2024-01-11 10:43:03 +0000
committerOmar Polo <op@omarpolo.com>2024-01-11 10:43:03 +0000
commit13f900092d20e0ff0e349753ce7d21ff333800ce (patch)
tree1d86d3ca27557902fca471648e6ac6705fb45cc4
parent84285be94836bcd8e88fb9239d662c82f37c7959 (diff)
update/fix description of the subprocess and what they do
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index c5a2d2c..7687232 100644
--- a/README.md
+++ b/README.md
@@ -135,13 +135,13 @@ splitted into multiple processes:
- main: the main process is the only one that keeps the original
privileges. It opens the TLS certificates on the behalf of the
- `server` and `crypto` processes and reloads the configuration upon
- `SIGHUP`.
+ `server` and `crypto` processes, reloads the configuration upon
+ `SIGHUP` and re-opens the log files upon `SIGUSR1`.
- 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.
+ - server: listens for connections and serves the request. It also
+ speaks FastCGI and do the proxying.
- crypto: holds the TLS private keys to avoid a compromised `server`
process to disclose them.