Skip to content

Commit 05dc601

Browse files
committed
Change to hestia.conf for webservices.
1 parent 41c1399 commit 05dc601

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

install/hst-install-debian.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)