summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-07-26 09:54:16 +0300
committerLars Wirzenius <liw@liw.fi>2020-07-26 09:54:16 +0300
commite51b5c34ac3c189f52e543d6e4dcdfe6ae2a50e8 (patch)
treec322f919110d2bdad98de6701b4a87f248a7f303
parent0a04bf846a18788642669ab968825db3253010eb (diff)
downloadewww-e51b5c34ac3c189f52e543d6e4dcdfe6ae2a50e8.tar.gz
fix: ewww.md to say server is startd by something like systemd
-rw-r--r--ewww.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/ewww.md b/ewww.md
index 6ccafe1..f0404e2 100644
--- a/ewww.md
+++ b/ewww.md
@@ -63,10 +63,10 @@ tls-key: /etc/letsencrypt/live/certname/privkey.pem
The hosts are aliases; the first host on the list is the main one, the
others automatically redirect to it.
-The server is started as `root`, reads in the TLS private key and
-cert, binds to the ports, then drops privileges to `nobody`. The
-configuration specifies for each port if plain HTTP or HTTPS is
-expected.
+The server is started via systemd or other mechanism that binds to
+privileged ports and handles process management: daemonization,
+restarting, etc. The configuration specifies for each port if plain
+HTTP or HTTPS is expected.
The server automatically listens on both port 80 (http) and 443
(https) so that it can serve the Let's Encrypt files. It only serves