mirror of
https://github.com/tommytran732/Pterodactyl-Script
synced 2024-11-09 05:01:33 -05:00
Update install.sh
This commit is contained in:
parent
b2a9a8ffaf
commit
bd22a1740a
@ -620,12 +620,15 @@ php_config(){
|
|||||||
output "Configuring PHP socket..."
|
output "Configuring PHP socket..."
|
||||||
bash -c 'cat > /etc/php-fpm.d/www-pterodactyl.conf' <<-'EOF'
|
bash -c 'cat > /etc/php-fpm.d/www-pterodactyl.conf' <<-'EOF'
|
||||||
[pterodactyl]
|
[pterodactyl]
|
||||||
|
|
||||||
user = nginx
|
user = nginx
|
||||||
group = nginx
|
group = nginx
|
||||||
|
|
||||||
listen = /var/run/php-fpm/pterodactyl.sock
|
listen = /var/run/php-fpm/pterodactyl.sock
|
||||||
listen.owner = nginx
|
listen.owner = nginx
|
||||||
listen.group = nginx
|
listen.group = nginx
|
||||||
listen.mode = 0750
|
listen.mode = 0750
|
||||||
|
|
||||||
pm = ondemand
|
pm = ondemand
|
||||||
pm.max_children = 9
|
pm.max_children = 9
|
||||||
pm.process_idle_timeout = 10s
|
pm.process_idle_timeout = 10s
|
||||||
|
Loading…
Reference in New Issue
Block a user