We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6244ce + 1a180a6 commit 9710e08Copy full SHA for 9710e08
3 files changed
install/hst-install-ubuntu.sh
@@ -1163,6 +1163,7 @@ if [ "$nginx" = 'yes' ]; then
1163
done
1164
if [ ! -z "$resolver" ]; then
1165
sed -i "s/1.0.0.1 1.1.1.1/$resolver/g" /etc/nginx/nginx.conf
1166
+ sed -i "s/1.0.0.1 1.1.1.1/$resolver/g" /usr/local/hestia/nginx/conf/nginx.conf
1167
fi
1168
1169
update-rc.d nginx defaults > /dev/null 2>&1
install/upgrade/versions/1.0.3.sh
src/hst_autocompile.sh
@@ -287,7 +287,7 @@ if [ "$NGINX_B" = true ] ; then
287
else
288
cp $BUILD_DIR/hestiacp-$branch/src/deb/nginx/nginx.conf "usr/local/hestia/nginx/conf/nginx.conf"
289
290
-
+
291
# copy binary
292
cp usr/local/hestia/nginx/sbin/nginx usr/local/hestia/nginx/sbin/hestia-nginx
293
0 commit comments