mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
Update fix-fpm-poold.sh
This commit is contained in:
parent
343a4deb73
commit
d0f5d1a355
1 changed files with 1 additions and 1 deletions
|
@ -35,6 +35,6 @@ if [ -d "/etc/php" ]; then
|
|||
fi
|
||||
|
||||
if [ -f "/etc/apache2/mods-enabled/mpm_event.conf" ]; then
|
||||
sed -i "s#MaxRequestWorkers.*#MaxRequestWorkers 400#g" /etc/apache2/mods-enabled/mpm_event.conf
|
||||
sed -i "s#MaxRequestWorkers.*#MaxRequestWorkers 200#g" /etc/apache2/mods-enabled/mpm_event.conf
|
||||
systemctl restart apache2
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue