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

5 lines
212 B
Plaintext
Raw Permalink Normal View History

2024-06-13 09:22:35 -04:00
[global]
pid = /run/php/php{$PHP_VERSION}-fpm.pid
error_log = /var/log/php{$PHP_VERSION}-fpm.log
include=/etc/php/{$PHP_VERSION}/fpm/pool.d/*.conf
2024-06-13 10:27:02 -04:00
php_value[auto_prepend_file]={$SERVER_PATH}/php-apt/app_start.php