mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 10:44:43 -06:00
14 lines
233 B
Plaintext
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 |