Updated php-fpm.conf with proper values

pull/43/head
Christoph Kluge 2019-10-27 20:07:30 +01:00 committed by GitHub
parent 01c171f7ed
commit ca6b6f95b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -3,9 +3,11 @@ daemonize = no
error_log = /tmp/php_error.log
[www]
user=nobody
group=nobody
user=nginx
group=www-data
listen = /tmp/php-fpm.sock
listen.owner = nginx
listen.group = www-data
pm = ondemand
pm.max_children = 30
pm.process_idle_timeout = 10s