From e51b5c34ac3c189f52e543d6e4dcdfe6ae2a50e8 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 26 Jul 2020 09:54:16 +0300 Subject: fix: ewww.md to say server is startd by something like systemd --- ewww.md | 8 ++++---- 1 file 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 -- cgit v1.2.1