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.
2 parents 7896a77 + 8718c2e commit e6244ceCopy full SHA for e6244ce
install/hst-install-debian.sh
@@ -1195,6 +1195,7 @@ if [ "$nginx" = 'yes' ]; then
1195
done
1196
if [ ! -z "$resolver" ]; then
1197
sed -i "s/1.0.0.1 1.1.1.1/$resolver/g" /etc/nginx/nginx.conf
1198
+ sed -i "s/1.0.0.1 1.1.1.1/$resolver/g" /usr/local/hestia/nginx/conf/nginx.conf
1199
fi
1200
1201
update-rc.d nginx defaults > /dev/null 2>&1
0 commit comments