diff --git a/install.sh b/install.sh index 823f895..cd0723d 100644 --- a/install.sh +++ b/install.sh @@ -328,6 +328,8 @@ pm.max_children = 9 pm.process_idle_timeout = 10s pm.max_requests = 200 EOF + + chgrp -R nginx /var/lib/php/{opcache,session,wsdlcache} systemctl restart php-fpm output "Configuring Nginx web server..."