update 1.24.0

This commit is contained in:
ElevenNotes
2023-04-26 09:15:34 +02:00
parent 7c05bc5b41
commit 33bd88a672
9 changed files with 73 additions and 94 deletions

View File

@@ -1,8 +1,8 @@
#!/bin/ash
if [ -z "$1" ]; then
set -- "nginx" \
-g \
'daemon off;'
fi
if [ -z "$1" ]; then
set -- "nginx" \
-g \
'daemon off;'
fi
exec "$@"
exec "$@"

View File

@@ -1,2 +1,2 @@
#!/bin/sh
curl --max-time 5 -kILs --fail http://localhost:8080
curl --max-time 5 -kILs --fail http://localhost:8080