Update fix-fpm-poold.sh

This commit is contained in:
myvesta 2022-12-08 14:13:42 +01:00 committed by GitHub
commit d0f5d1a355
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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