1
0
mirror of https://github.com/myvesta/vesta.git synced 2025-03-12 04:35:23 -07:00

Update fix-fpm-poold.sh

This commit is contained in:
myvesta 2022-11-14 14:45:59 +01:00 committed by GitHub
parent f5d3d97dfb
commit 06ebea1a8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 600#g" /etc/apache2/mods-enabled/mpm_event.conf
sed -i "s#MaxRequestWorkers.*#MaxRequestWorkers 400#g" /etc/apache2/mods-enabled/mpm_event.conf
systemctl restart apache2
fi