ud
This commit is contained in:
41
directadmin-1.62.4/data/templates/php-fpm.conf
Normal file
41
directadmin-1.62.4/data/templates/php-fpm.conf
Normal file
@@ -0,0 +1,41 @@
|
||||
|?PHP_VER=54|
|
||||
|?OPEN_BASEDIR_PATH=`HOME`/:/tmp/:/var/tmp/:/opt/alt/php`PHP1_RELEASE`/usr/share/pear/:/dev/urandom:/usr/local/php`PHP_VER`/lib/:`ACTIVE_USR_LOCAL_PHP_LIB`:/usr/local/lib/php/|
|
||||
|?EMAIL=`USER`@`DOMAIN`|
|
||||
|?MAX_CHILDREN=`MAX_CHILDREN_DEFAULT`|
|
||||
|?MAX_REQUESTS=500|
|
||||
|
||||
|CUSTOM1|
|
||||
|
||||
[|USER|]
|
||||
user = $pool
|
||||
group = $pool
|
||||
|
||||
listen = /usr/local/php|PHP_VER|/sockets/$pool.sock
|
||||
listen.owner = $pool
|
||||
listen.group = |SERVER_GROUP|
|
||||
listen.mode = 660
|
||||
|
||||
pm = ondemand
|
||||
pm.max_children = |MAX_CHILDREN|
|
||||
pm.process_idle_timeout = 20
|
||||
pm.max_requests = |MAX_REQUESTS|
|
||||
|
||||
php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f |EMAIL|
|
||||
|
||||
|*if PHP_SESSION_SAVE_PATH!=""|
|
||||
php_admin_value[session.save_path] = |PHP_SESSION_SAVE_PATH|
|
||||
|*endif|
|
||||
|
||||
|*if OPEN_BASEDIR="ON"|
|
||||
php_admin_value[open_basedir] = |OPEN_BASEDIR_PATH|
|
||||
|*endif|
|
||||
|*if PHP_MAIL_LOG_ENABLED="1"|
|
||||
php_admin_value[mail.log] = |HOME|/.php/php-mail.log
|
||||
|*endif|
|
||||
|
||||
|*if LIMIT_EXTENSIONS!=""|
|
||||
security.limit_extensions = |LIMIT_EXTENSIONS|
|
||||
|*endif|
|
||||
|
||||
|
||||
|CUSTOM2|
|
||||
Reference in New Issue
Block a user