File tree Expand file tree Collapse file tree 3 files changed +2
-32
lines changed
Expand file tree Collapse file tree 3 files changed +2
-32
lines changed Original file line number Diff line number Diff line change @@ -1163,6 +1163,7 @@ if [ "$nginx" = 'yes' ]; then
11631163 done
11641164 if [ ! -z " $resolver " ]; then
11651165 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
11661167 fi
11671168
11681169 update-rc.d nginx defaults > /dev/null 2>&1
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ if [ "$NGINX_B" = true ] ; then
287287 else
288288 cp $BUILD_DIR /hestiacp-$branch /src/deb/nginx/nginx.conf " usr/local/hestia/nginx/conf/nginx.conf"
289289 fi
290-
290+
291291 # copy binary
292292 cp usr/local/hestia/nginx/sbin/nginx usr/local/hestia/nginx/sbin/hestia-nginx
293293
You can’t perform that action at this time.
0 commit comments