Skip to content

Commit

Permalink
Merge pull request #5825 from nextcloud/enh/5810/remove-domain-check
Browse files Browse the repository at this point in the history
apache-healthcheck: remove the domain test
  • Loading branch information
szaimen authored Jan 6, 2025
2 parents 54985a8 + 81dd6bb commit 25cf173
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Containers/apache/healthcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,3 @@
nc -z "$NEXTCLOUD_HOST" 9000 || exit 0
nc -z 127.0.0.1 8000 || exit 1
nc -z 127.0.0.1 "$APACHE_PORT" || exit 1
if ! nc -z "$NC_DOMAIN" 443; then
echo "Could not reach $NC_DOMAIN on port 443."
exit 1
fi

0 comments on commit 25cf173

Please sign in to comment.