diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-04-25 12:46:43 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2024-04-25 12:46:43 +0000 |
commit | af93e2d1046716722a77095ec78e7746c825d103 (patch) | |
tree | 8c1307be8fe3d2351eba3abc675e4abddd88b0c1 /examples/s6 | |
parent | a56299c15302e82c89595d7ed0f4770536362b6a (diff) | |
download | tipidee-af93e2d1046716722a77095ec78e7746c825d103.tar.xz |
Fix examples
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'examples/s6')
-rwxr-xr-x | examples/s6/httpd-4/run | 2 | ||||
-rwxr-xr-x | examples/s6/httpd-6/run | 2 | ||||
-rwxr-xr-x | examples/s6/httpsd-4/run | 2 | ||||
-rwxr-xr-x | examples/s6/httpsd-6/run | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/s6/httpd-4/run b/examples/s6/httpd-4/run index 740cd5f..5936c6a 100755 --- a/examples/s6/httpd-4/run +++ b/examples/s6/httpd-4/run @@ -5,5 +5,5 @@ backtick -E ip { pipeline { s6-dnsip4 example.com } head -n 1 } s6-envuidgid www cd /home/www fdmove 1 3 -s6-tcpserver -v2 -1 -U -c 512 -- $ip 80 +s6-tcpserver -1 -U -c 512 -- $ip 80 tipideed diff --git a/examples/s6/httpd-6/run b/examples/s6/httpd-6/run index 6be027b..959c3b4 100755 --- a/examples/s6/httpd-6/run +++ b/examples/s6/httpd-6/run @@ -5,5 +5,5 @@ backtick -E ip { pipeline { s6-dnsip6 example.com } head -n 1 } s6-envuidgid www cd /home/www fdmove 1 3 -s6-tcpserver -v2 -1 -U -c 512 -- $ip 80 +s6-tcpserver -1 -U -c 512 -- $ip 80 tipideed 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 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 |