Files
hestiacp/install/rpm/php-fpm/www.conf
Alexey Berezhok 346a50856b Initial
2024-03-19 22:05:27 +03:00

14 lines
220 B
Plaintext

; origin-src: rhel/php-fpm/www.conf
[www]
listen = 127.0.0.1:9000
listen.allowed_clients = 127.0.0.1
user = apache
group = apache
pm = ondemand
pm.max_children = 4
pm.max_requests = 4000
pm.process_idle_timeout = 10s