From 87422c9fbf77c942b1d0b92cdd5782d0dad19fc3 Mon Sep 17 00:00:00 2001 From: TommyTran732 <57488583+tommytran732@users.noreply.github.com> Date: Sun, 12 Jul 2020 07:53:34 -0400 Subject: [PATCH] Minor Fix FIxed PHP session being owned by Apache while the webserver is supposed to be NGINX --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 6d1885c..24cd8c6 100644 --- a/install.sh +++ b/install.sh @@ -934,6 +934,7 @@ webserver_config(){ if [ "$webserver" = "1" ]; then php_config nginx_config_redhat + chown -R nginx:nginx /var/lib/php/session elif [ "$webserver" = "2" ]; then apache_config_redhat fi