mirror of https://github.com/midoks/mdserver-web
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.
5 lines
208 B
5 lines
208 B
11 months ago
|
[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
|
||
|
php_value[auto_prepend_file]={$SERVER_PATH}/php/app_start.php
|