Skip to content

Commit e7949c3

Browse files
authored
Merge 0.10.0 prerelease branch.
2 parents d1fea85 + c66a888 commit e7949c3

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

bin/v-rebuild-web-domains

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ is_object_unsuspended 'user' 'USER' "$user"
3939
# Deleting old web configs
4040
sed -i "/.*\/$user\/conf\/web\//d" /etc/$WEB_SYSTEM/conf.d/hestia.conf
4141

42-
if [ -e "$HOMEDIR/$user/conf/web/$domain/$WEB_SYSTEM.conf" ]; then
42+
if [ -e "$HOMEDIR/$user/conf/web/$domain/$WEB_SYSTEM.conf" ]; then
4343
rm -f $HOMEDIR/$user/conf/web/$domain/$WEB_SYSTEM.conf
4444
rm -f /etc/$WEB_SYSTEM/conf.d/domains/$domain.conf
4545
fi

install/deb/php-fpm/dummy.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ user = www-data
66
group = www-data
77

88
pm = ondemand
9-
pm.max_children = 2
9+
pm.max_children = 4
1010
pm.max_requests = 4000
11-
pm.process_idle_timeout = 10s
11+
pm.process_idle_timeout = 10s

install/deb/php-fpm/www.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ user = www-data
66
group = www-data
77

88
pm = ondemand
9-
pm.max_children = 2
9+
pm.max_children = 4
1010
pm.max_requests = 4000
11-
pm.process_idle_timeout = 10s
11+
pm.process_idle_timeout = 10s

install/deb/templates/web/nginx/php-fpm/wordpress.stpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ server {
6767
include /etc/nginx/conf.d/phppgadmin.inc*;
6868
include /etc/nginx/conf.d/webmail.inc*;
6969

70-
include %home%/%user%/conf/web/nginx.%domain_idn%.conf*;
71-
}
70+
include %home%/%user%/conf/web/%domain%/nginx.conf_*;
71+
}

install/deb/templates/web/nginx/php-fpm/wordpress.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ server {
6565
include /etc/nginx/conf.d/phppgadmin.inc*;
6666
include /etc/nginx/conf.d/webmail.inc*;
6767

68-
include %home%/%user%/conf/web/nginx.%domain_idn%.conf*;
69-
}
68+
include %home%/%user%/conf/web/%domain%/nginx.conf_*;
69+
}

install/upgrade/0.10.0-190430.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ $BIN/v-restart-dns $restart
265265

266266
echo ""
267267
echo " Upgrade complete! Please report any bugs or issues to"
268-
echo " https://github.com/hestiacp/hestiacp/issues."
268+
echo " https://github.com/hestiacp/hestiacp/issues"
269269
echo ""
270270
echo " We hope that you enjoy this release of Hestia Control Panel,"
271271
echo " enjoy your day!"

0 commit comments

Comments
 (0)