From 8febd18b4eae8bba022377dee29615fbf82dd9a5 Mon Sep 17 00:00:00 2001 From: Tommy Date: Sun, 28 Jul 2024 16:04:24 -0700 Subject: [PATCH] Update RHEL-9-LEMP.sh Signed-off-by: Tommy --- sample-scripts/RHEL-9-LEMP.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-scripts/RHEL-9-LEMP.sh b/sample-scripts/RHEL-9-LEMP.sh index 7e3693c..773dd42 100644 --- a/sample-scripts/RHEL-9-LEMP.sh +++ b/sample-scripts/RHEL-9-LEMP.sh @@ -62,4 +62,4 @@ unpriv curl -LsS https://raw.githubusercontent.com/TommyTran732/NGINX-Configs/ma sudo sed -i 's/user = apache/user = nginx/g' /etc/php-fpm.d/www.conf sudo sed -i 's/group = apache/group = nginx/g' /etc/php-fpm.d/www.conf sudo chgrp nginx /var/lib/php/opcache /var/lib/php/session /var/lib/php/wsdlcache -sudo systemctl enable --now php-fpm \ No newline at end of file +sudo systemctl restart php-fpm