From f783949a61281d7e3ed75b900913c66fe4969a2a Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Wed, 17 Sep 2025 16:20:03 +0200 Subject: [PATCH] Revert "feat: make nginx respect ipv6 disable fixes #3996" --- boot.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/boot.sh b/boot.sh index bf7933bd2..589a63cce 100755 --- a/boot.sh +++ b/boot.sh @@ -103,9 +103,6 @@ ipv6_disable=$(cat /sys/module/ipv6/parameters/disable) # prepare nginx config envsubst '$MEDIA_ROOT $STATIC_ROOT $TANDOOR_PORT' < /opt/recipes/http.d/Recipes.conf.template > /opt/recipes/http.d/Recipes.conf -if [ "$ipv6_disable" -eq 1 ]; then - sed -i '/listen \[::\]:80/d' /opt/recipes/http.d/Recipes.conf -fi # start nginx echo "Starting nginx"