bump version to 80 and fix typo in path
This commit is contained in:
@@ -6,8 +6,8 @@ listen.backlog = 511
|
||||
pm = {{ php_pm }}
|
||||
pm.max_children = {{ php_pm_max_children }}
|
||||
pm.start_servers = 5
|
||||
pm.min_spare_servers = 5
|
||||
pm.max_spare_servers = 35
|
||||
pm.min_spare_servers = {{ php_min_spare_servers }}
|
||||
pm.max_spare_servers = {{ php_max_spare_servers }}
|
||||
pm.max_requests = {{ php_pm_max_requests }}
|
||||
pm.status_path = {{ php_pm_status_url }}
|
||||
ping.path = /ping
|
||||
@@ -16,5 +16,5 @@ access.log = /var/opt/remi/php{{ php_version }}/log/php-fpm/$pool.access.log
|
||||
slowlog = /var/opt/remi/php{{ php_version }}/log/php-fpm/$pool.slow.log
|
||||
request_slowlog_timeout = 5s
|
||||
php_value[session.save_handler] = files
|
||||
php_value[session.save_path] = /var/opt/remi/php{{ php_version }}/lib/php/se
|
||||
php_value[soap.wsdl_cache_dir] = /var/opt/remi/php{{ php_version }}/lib/php/ws
|
||||
php_value[session.save_path] = /var/opt/remi/php{{ php_version }}/lib/php/session
|
||||
php_value[soap.wsdl_cache_dir] = /var/opt/remi/php{{ php_version }}/lib/php/wsdlcache
|
||||
|
||||
Reference in New Issue
Block a user