From 0beef26436313d68f31956973f73ae795e7398a8 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 7 Nov 2023 15:57:31 +0000 Subject: Some doc fixes Signed-off-by: Laurent Bercot --- doc/faq.html | 2 +- doc/quickstart.html | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/doc/faq.html b/doc/faq.html index 24ce2b2..9db5557 100644 --- a/doc/faq.html +++ b/doc/faq.html @@ -76,7 +76,7 @@ server has two network cards and runs a web server on both of them, on IPv4 and IPv6, over HTTP and HTTPS, which makes 8 services. Plus one s6-log logger process for each of these services. Plus a supervisor for every service and every -logger — for a whopping total of 64 long-running processes just for +logger — for a whopping total of 32 long-running processes just for its web server functionality; and it's still not even noticeable, the amount of resources it consumes is negligible. So, don't worry about it; all your resources are still available for the serving itself. diff --git a/doc/quickstart.html b/doc/quickstart.html index 3b2ebe6..e0dd5d0 100644 --- a/doc/quickstart.html +++ b/doc/quickstart.html @@ -76,7 +76,7 @@ corresponding private key is in /etc/ssl/acme/private/example.com/key.pems6-envuidgid www env CERTFILE=/etc/ssl/acme/example.com/cert.pem KEYFILE=/etc/ssl/acme/private/example.com/key.pem -s6-tlsserver -U -e example.com 443 tipideed. +s6-tlsserver -U ${ip} 443 tipideed.
  • These command lines will block (remain in the foreground) and log everything to their stderr. For more server-like functionality, you should integrate them to -- cgit v1.2.3