zabbix-docker/Dockerfiles/web-nginx-pgsql/alpine/conf/etc/php8/php-fpm.conf

10 lines
108 B
Plaintext
Raw Normal View History

2022-05-11 17:08:04 +02:00
include=/etc/php8/php-fpm.d/*.conf
2016-08-03 10:09:49 +02:00
[global]
2020-04-27 22:19:42 +02:00
pid = /tmp/php-fpm.pid
2016-08-03 10:09:49 +02:00
2020-04-27 22:19:42 +02:00
error_log = /dev/fd/2
2016-08-03 10:09:49 +02:00
2020-04-27 22:19:42 +02:00
daemonize = no