We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59fa3bb commit 9f0231cCopy full SHA for 9f0231c
install/hst-install-debian.sh
@@ -1646,7 +1646,7 @@ fi
1646
1647
if [ "$api" = "yes" ]; then
1648
echo "API='yes'" >> $HESTIA/conf/hestia.conf
1649
- echo "API_ALLOWED_IP='127.0.0.1'" >> $HESTIA/conf/hestia.conf
+ echo "API_ALLOWED_IP=''" >> $HESTIA/conf/hestia.conf
1650
else
1651
$HESTIA/bin/v-change-sys-api disable
1652
fi
install/hst-install-ubuntu.sh
@@ -1671,7 +1671,7 @@ fi
1671
1672
1673
1674
1675
1676
1677
0 commit comments