Jelajahi Sumber

Change to hestia.conf for webservices.

Raphael Schneeberger 7 tahun lalu
induk
melakukan
05dc601305
2 mengubah file dengan 3 tambahan dan 3 penghapusan
  1. 2 2
      install/hst-install-debian.sh
  2. 1 1
      install/hst-install-ubuntu.sh

+ 2 - 2
install/hst-install-debian.sh

@@ -850,7 +850,7 @@ if [ "$nginx" = 'yes' ]; then
     cp -f $hestiacp/nginx/phppgadmin.inc /etc/nginx/conf.d/
     cp -f $hestiacp/nginx/webmail.inc /etc/nginx/conf.d/
     cp -f $hestiacp/logrotate/nginx /etc/logrotate.d/
-    echo > /etc/nginx/conf.d/vesta.conf
+    echo > /etc/nginx/conf.d/hestia.conf
     mkdir -p /var/log/nginx/domains
     update-rc.d nginx defaults
     service nginx start
@@ -873,7 +873,7 @@ if [ "$apache" = 'yes'  ]; then
     a2enmod ruid2
     a2enmod headers
     mkdir -p /etc/apache2/conf.d
-    echo > /etc/apache2/conf.d/vesta.conf
+    echo > /etc/apache2/conf.d/hestia.conf
     echo "# Powered by hestia" > /etc/apache2/sites-available/default
     echo "# Powered by hestia" > /etc/apache2/sites-available/default-ssl
     echo "# Powered by hestia" > /etc/apache2/ports.conf

+ 1 - 1
install/hst-install-ubuntu.sh

@@ -844,7 +844,7 @@ if [ "$nginx" = 'yes' ]; then
     cp -f $hestiacp/nginx/phppgadmin.inc /etc/nginx/conf.d/
     cp -f $hestiacp/nginx/webmail.inc /etc/nginx/conf.d/
     cp -f $hestiacp/logrotate/nginx /etc/logrotate.d/
-    echo > /etc/nginx/conf.d/vesta.conf
+    echo > /etc/nginx/conf.d/hestia.conf
     mkdir -p /var/log/nginx/domains
     update-rc.d nginx defaults
     service nginx start