mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 13:24:25 -07:00
Update fix-fpm-poold.sh
This commit is contained in:
parent
c182d7f0a7
commit
039dca41c3
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ if [ -d "/etc/php" ]; then
|
|||
systemctl --full --type service --all | grep "php...-fpm" | awk '{print $1}' | xargs systemctl restart
|
||||
fi
|
||||
|
||||
if [ -f "/etc/apache2/mods-enabled/mpm_event.conf"]; then
|
||||
if [ -f "/etc/apache2/mods-enabled/mpm_event.conf" ]; then
|
||||
sed -i "s#MaxRequestWorkers.*#MaxRequestWorkers 600#g" /etc/apache2/mods-enabled/mpm_event.conf
|
||||
systemctl restart apache2
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue