mirror of
https://github.com/tommytran732/Pterodactyl-Script
synced 2024-11-09 05:01:33 -05:00
Minor Fix
FIxed PHP session being owned by Apache while the webserver is supposed to be NGINX
This commit is contained in:
parent
70f6f04f08
commit
87422c9fbf
@ -934,6 +934,7 @@ webserver_config(){
|
|||||||
if [ "$webserver" = "1" ]; then
|
if [ "$webserver" = "1" ]; then
|
||||||
php_config
|
php_config
|
||||||
nginx_config_redhat
|
nginx_config_redhat
|
||||||
|
chown -R nginx:nginx /var/lib/php/session
|
||||||
elif [ "$webserver" = "2" ]; then
|
elif [ "$webserver" = "2" ]; then
|
||||||
apache_config_redhat
|
apache_config_redhat
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user