Revert "Add use-proxy support to health extra args (#2973)"

This reverts commit 11d8d917f2.
This commit is contained in:
Geoff Bourne
2024-07-08 12:29:07 -05:00
committed by GitHub
parent b89c698676
commit 78c24b580e
2 changed files with 1 additions and 10 deletions

View File

@@ -227,12 +227,6 @@ MC_HEALTH_EXTRA_ARGS=(
--use-server-list-ping
)
" > /data/.mc-health.env
elif isTrue "$USES_PROXY_PROTOCOL"; then
echo "
MC_HEALTH_EXTRA_ARGS=(
--use-proxy
)
" > /data/.mc-health.env
else
rm -f /data/.mc-health.env
fi