14 lines
189 B
Plaintext
14 lines
189 B
Plaintext
[global]
|
|
pid = ../run/php-fpm7.pid
|
|
daemonize = no
|
|
|
|
[www]
|
|
listen = /run/php-fpm.sock
|
|
listen.owner = nobody
|
|
listen.group = www-data
|
|
listen.mode = 0660
|
|
|
|
access.log = /dev/null
|
|
|
|
clear_env = On
|