File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -850,7 +850,7 @@ if [ "$nginx" = 'yes' ]; then
850850 cp -f $hestiacp /nginx/phppgadmin.inc /etc/nginx/conf.d/
851851 cp -f $hestiacp /nginx/webmail.inc /etc/nginx/conf.d/
852852 cp -f $hestiacp /logrotate/nginx /etc/logrotate.d/
853- echo > /etc/nginx/conf.d/vesta .conf
853+ echo > /etc/nginx/conf.d/hestia .conf
854854 mkdir -p /var/log/nginx/domains
855855 update-rc.d nginx defaults
856856 service nginx start
@@ -873,7 +873,7 @@ if [ "$apache" = 'yes' ]; then
873873 a2enmod ruid2
874874 a2enmod headers
875875 mkdir -p /etc/apache2/conf.d
876- echo > /etc/apache2/conf.d/vesta .conf
876+ echo > /etc/apache2/conf.d/hestia .conf
877877 echo " # Powered by hestia" > /etc/apache2/sites-available/default
878878 echo " # Powered by hestia" > /etc/apache2/sites-available/default-ssl
879879 echo " # Powered by hestia" > /etc/apache2/ports.conf
Original file line number Diff line number Diff line change @@ -844,7 +844,7 @@ if [ "$nginx" = 'yes' ]; then
844844 cp -f $hestiacp /nginx/phppgadmin.inc /etc/nginx/conf.d/
845845 cp -f $hestiacp /nginx/webmail.inc /etc/nginx/conf.d/
846846 cp -f $hestiacp /logrotate/nginx /etc/logrotate.d/
847- echo > /etc/nginx/conf.d/vesta .conf
847+ echo > /etc/nginx/conf.d/hestia .conf
848848 mkdir -p /var/log/nginx/domains
849849 update-rc.d nginx defaults
850850 service nginx start
You can’t perform that action at this time.
0 commit comments