Files
Pterodactyl-Panel/root/etc/php83/php-fpm.d/nginx.conf
Mindfang f1b3861b54
All checks were successful
Build on Commit / build-and-push-image (push) Successful in 2m38s
Fix missed references, simplify future upgrades
2024-05-30 13:59:31 -05:00

17 lines
298 B
Nginx Configuration File

[nginx]
user = nginx
group = nginx
listen = /run/php-fpm/php-fpm.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
slowlog = /dev/stdout
request_slowlog_timeout = 60s
catch_workers_output = yes