summaryrefslogtreecommitdiff
path: root/examples/s6/httpsd-4/run
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2024-04-25 12:46:43 +0000
committerLaurent Bercot <ska@appnovation.com>2024-04-25 12:46:43 +0000
commitaf93e2d1046716722a77095ec78e7746c825d103 (patch)
tree8c1307be8fe3d2351eba3abc675e4abddd88b0c1 /examples/s6/httpsd-4/run
parenta56299c15302e82c89595d7ed0f4770536362b6a (diff)
downloadtipidee-af93e2d1046716722a77095ec78e7746c825d103.tar.xz
Fix examples
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'examples/s6/httpsd-4/run')
-rwxr-xr-xexamples/s6/httpsd-4/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/s6/httpsd-4/run b/examples/s6/httpsd-4/run
index 2f1842f..efd6012 100755
--- a/examples/s6/httpsd-4/run
+++ b/examples/s6/httpsd-4/run
@@ -7,5 +7,5 @@ export KEYFILE /etc/ssl/acme/private/example.com/key.pem
export CERTFILE /etc/ssl/acme/example.com/cert.pem
cd /home/www
fdmove 1 3
-s6-tlsserver -v -1 -U -c 512 -K 30000 -- $ip 443
+s6-tlsserver -1 -U -c 512 -K 30000 -- $ip 443
tipideed