Initial
This commit is contained in:
13
install/deb/php-fpm/www.conf
Normal file
13
install/deb/php-fpm/www.conf
Normal file
@@ -0,0 +1,13 @@
|
||||
; origin-src: deb/php-fpm/www.conf
|
||||
|
||||
[www]
|
||||
listen = 127.0.0.1:9000
|
||||
listen.allowed_clients = 127.0.0.1
|
||||
|
||||
user = www-data
|
||||
group = www-data
|
||||
|
||||
pm = ondemand
|
||||
pm.max_children = 4
|
||||
pm.max_requests = 4000
|
||||
pm.process_idle_timeout = 10s
|
||||
Reference in New Issue
Block a user