documentation/.snippets/php-fpm/pterodactyl-centos.conf
Michael (Parker) Parker 8db2fc12dc adding community section
Sorry Dane for the config.js mess but it was necessary for now.
2018-11-24 16:03:38 -08:00

14 lines
233 B
Plaintext

[pterodactyl]
user = nginx
group = nginx
listen = /var/run/php-fpm/pterodactyl.sock
listen.owner = nginx
listen.group = nginx
listen.mode = 0750
pm = ondemand
pm.max_children = 9
pm.process_idle_timeout = 10s
pm.max_requests = 200