Replaced http by https & changed wording

This commit is contained in:
Grigore Raileanu 2021-09-23 17:56:05 +03:00
commit 382732f87f
42 changed files with 46 additions and 46 deletions

View file

@ -910,9 +910,9 @@ if [ "$apache" = 'yes' ]; then
a2enmod ruid2
mkdir -p /etc/apache2/conf.d
echo > /etc/apache2/conf.d/vesta.conf
echo "# Powered by vesta" > /etc/apache2/sites-available/default
echo "# Powered by vesta" > /etc/apache2/sites-available/default-ssl
echo "# Powered by vesta" > /etc/apache2/ports.conf
echo "# Server control panel by VESTA" > /etc/apache2/sites-available/default
echo "# Server control panel by VESTA" > /etc/apache2/sites-available/default-ssl
echo "# Server control panel by VESTA" > /etc/apache2/ports.conf
echo -e "/home\npublic_html/cgi-bin" > /etc/apache2/suexec/www-data
touch /var/log/apache2/access.log /var/log/apache2/error.log
mkdir -p /var/log/apache2/domains