Skip to content

Commit e6244ce

Browse files
author
Kristan Kenney
committed
Merge branch 'security/tls' of https://github.com/hestiacp/hestiacp into security/tls
2 parents 7896a77 + 8718c2e commit e6244ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1195,6 +1195,7 @@ if [ "$nginx" = 'yes' ]; then
11951195
done
11961196
if [ ! -z "$resolver" ]; then
11971197
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
11981199
fi
11991200

12001201
update-rc.d nginx defaults > /dev/null 2>&1

0 commit comments

Comments
 (0)