diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-09-25 21:13:19 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-09-25 21:13:19 +0000 |
commit | a068a3256fab3b77b7d1bc9ce201c954a9b00c94 (patch) | |
tree | 503b8ff37b33e78b8b7466b4fa466b7e8110e611 /doc/s6-tlsserver.html | |
parent | f2b0d9f883c2900f58bbea37bc8f2c7581522fcd (diff) | |
download | s6-networking-a068a3256fab3b77b7d1bc9ce201c954a9b00c94.tar.xz |
Doc typo fix
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/s6-tlsserver.html')
-rw-r--r-- | doc/s6-tlsserver.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/s6-tlsserver.html b/doc/s6-tlsserver.html index e241ee3..b338326 100644 --- a/doc/s6-tlsserver.html +++ b/doc/s6-tlsserver.html @@ -207,7 +207,7 @@ will always have access to environment variables such as TCPLOCALPORT. </li> As root: </p> <pre>env KEYFILE=/etc/ssl/private/mykey.der CERTFILE=/etc/ssl/public/mycert.pem \ -TLS_UID=65534 TLS_UID=65534 \ +TLS_UID=65534 TLS_GID=65534 \ s6-envuidgid www \ s6-tlsserver -U -- 1.2.3.4 443 httpd</pre> |