summaryrefslogtreecommitdiff
path: root/examples/s6/httpsd-6/run
diff options
context:
space:
mode:
Diffstat (limited to 'examples/s6/httpsd-6/run')
-rwxr-xr-xexamples/s6/httpsd-6/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/s6/httpsd-6/run b/examples/s6/httpsd-6/run
index 3523609..3e3f416 100755
--- a/examples/s6/httpsd-6/run
+++ b/examples/s6/httpsd-6/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