File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
templates/web/nginx/php-fpm Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ is_object_unsuspended 'user' 'USER' "$user"
3939# Deleting old web configs
4040sed -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
4545fi
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ user = www-data
66group = www-data
77
88pm = ondemand
9- pm.max_children = 2
9+ pm.max_children = 4
1010pm.max_requests = 4000
11- pm.process_idle_timeout = 10s
11+ pm.process_idle_timeout = 10s
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ user = www-data
66group = www-data
77
88pm = ondemand
9- pm.max_children = 2
9+ pm.max_children = 4
1010pm.max_requests = 4000
11- pm.process_idle_timeout = 10s
11+ pm.process_idle_timeout = 10s
Original file line number Diff line number Diff 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+ }
Original file line number Diff line number Diff 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+ }
Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ $BIN/v-restart-dns $restart
265265
266266echo " "
267267echo " 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"
269269echo " "
270270echo " We hope that you enjoy this release of Hestia Control Panel,"
271271echo " enjoy your day!"
You can’t perform that action at this time.
0 commit comments