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 d5d3f63 commit 08e47dbCopy full SHA for 08e47db
install/upgrade/versions/1.0.3.sh
@@ -49,4 +49,9 @@ if [ ! -z "$WEBALIZER_CHECK" ]; then
49
rm -fr $HESTIA/install/deb/templates/web/webalizer
50
rm -fr /var/www/webalizer
51
sed -i "s/STATS_SYSTEM='webalizer,awstats'/STATS_SYSTEM='awstats'/g" $HESTIA/conf/hestia.conf
52
+fi
53
+
54
+# Remove hestia.conf in nginx.d
55
+if [ -f "/etc/nginx/conf.d/hestia.conf" ]; then
56
+ rm -f /etc/nginx/conf.d/hestia.conf
57
fi
0 commit comments