mirror of
https://github.com/tommytran732/Pterodactyl-Script
synced 2024-11-22 02:21: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
|
||||
php_config
|
||||
nginx_config_redhat
|
||||
chown -R nginx:nginx /var/lib/php/session
|
||||
elif [ "$webserver" = "2" ]; then
|
||||
apache_config_redhat
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user