From 0251ba5cc54cdd24092e442ab7ec364b97d42601 Mon Sep 17 00:00:00 2001
From: Laurent Bercot
Date: Thu, 21 Sep 2023 05:57:24 +0000
Subject: More doc, complete?
Signed-off-by: Laurent Bercot
---
doc/quickstart.html | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
(limited to 'doc/quickstart.html')
diff --git a/doc/quickstart.html b/doc/quickstart.html
index a3e8519..40586a9 100644
--- a/doc/quickstart.html
+++ b/doc/quickstart.html
@@ -54,7 +54,7 @@ two services. Or four if you want to serve on both IPv4 and IPv6 adresses.
for all the domains you're serving.
Assuming you want to run the server as user www, and your
local IP address is ${ip}, the basic command line for an HTTP service is:
-s6-envuidgid www s6-tcpserver -U -- ${ip} 80 s6-tcpserver-access -- tipideed.
+s6-envuidgid www s6-tcpserver -U ${ip} 80 s6-tcpserver-access tipideed.
- s6-envuidgid
puts the uid and gid of user www into the environment, for s6-tcpserver
@@ -125,14 +125,15 @@ IPv4 and IPv6, over HTTP and HTTPS, which makes 8 services. Plus one
for each of these services. Plus a supervisor for every service and every
logger — for a whooping total of 64 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.
+amount of resources it consumes is negligible. So, don't worry about it;
+all your resources are still available for the serving itself.
Note that this allows you to run different instances of
-tipideed with different configurations, if
-you need it. Use the -f option to specify a different config
-file for tipideed.
+tipideed, on different sockets, with different
+configurations, if you need it. Use the -f option to specify a
+different config file in your instances.