diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-10-24 14:35:44 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-10-24 14:35:44 +0000 |
commit | 1e281512e672fe832317a57cb05df0c965db6d13 (patch) | |
tree | 19cdcf9aa0aee03a015feec6fee068512b97ee8e /examples/s6/httpsd-6 | |
parent | bf90fbf8686fe7e0ea9b86fd13457e860a8ab89d (diff) | |
download | tipidee-1e281512e672fe832317a57cb05df0c965db6d13.tar.xz |
Fix examples
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'examples/s6/httpsd-6')
-rwxr-xr-x | examples/s6/httpsd-6/run | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/s6/httpsd-6/run b/examples/s6/httpsd-6/run index 652a354..3523609 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 -6 -1 -U -c 512 -K 30000 -- $ip 443 -tipideed -v2 -- +s6-tlsserver -v -1 -U -c 512 -K 30000 -- $ip 443 +tipideed |