You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
privatebin/etc/php7/php-fpm.d/zz-docker.conf

14 lines
189 B

[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