diff options
author | Omar Polo <op@omarpolo.com> | 2023-07-01 18:44:42 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-07-01 18:44:42 +0000 |
commit | 2b0b2661ea2037500c5a4744bc7383ba0c7fd133 (patch) | |
tree | 3c789ffd999d56bf80c26798b617fcbddd280deb /README.md | |
parent | 1134ea149a886aaf1d5ce9ab64d8a90e4e4b3bf6 (diff) |
enrich the description of the server process
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -142,7 +142,8 @@ splitted into multiple processes: - logger: logs the requests. - - server: listen on the binded ports and serves the request. + - 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 |