mdserver-web/plugins/php/conf/php-fpm.conf

6 lines
184 B
Plaintext
Raw Permalink Normal View History

2018-12-10 02:32:31 -05:00
[global]
2022-07-05 22:27:24 -04:00
pid = run/php-fpm.pid
error_log = log/php-fpm.log
2018-12-10 02:53:06 -05:00
include={$SERVER_PATH}/php/{$PHP_VERSION}/etc/php-fpm.d/*.conf
2020-07-12 06:14:56 -04:00
php_value[auto_prepend_file]={$SERVER_PATH}/php/app_start.php