mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-17 11:10:22 +00:00
apache healthcheck, check localhost apacheport with every apache port
Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
parent
c5a1a00e38
commit
d93c01f368
1 changed files with 2 additions and 3 deletions
|
|
@ -2,8 +2,7 @@
|
||||||
|
|
||||||
nc -z "$NEXTCLOUD_HOST" 9000 || exit 0
|
nc -z "$NEXTCLOUD_HOST" 9000 || exit 0
|
||||||
nc -z localhost 8000 || exit 1
|
nc -z localhost 8000 || exit 1
|
||||||
if [ "$APACHE_PORT" != '443' ]; then
|
nc -z localhost "$APACHE_PORT" || exit 1
|
||||||
nc -z localhost "$APACHE_PORT" || exit 1
|
if [ "$APACHE_PORT" == '443' ]; then
|
||||||
else
|
|
||||||
nc -z "$NC_DOMAIN" "$APACHE_PORT" || exit 1
|
nc -z "$NC_DOMAIN" "$APACHE_PORT" || exit 1
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue