summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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