We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a29177 commit 6ff35b1Copy full SHA for 6ff35b1
1 file changed
install/hst-install-ubuntu.sh
@@ -866,7 +866,7 @@ if [ "$apache" = 'yes' ]; then
866
a2enmod actions
867
a2enmod ruid2
868
mkdir -p /etc/apache2/conf.d
869
- echo > /etc/apache2/conf.d/vesta.conf
+ echo > /etc/apache2/conf.d/hestia.conf
870
echo "# Powered by hestia" > /etc/apache2/sites-available/default
871
echo "# Powered by hestia" > /etc/apache2/sites-available/default-ssl
872
echo "# Powered by hestia" > /etc/apache2/ports.conf
0 commit comments