mirror of
https://github.com/YunoHost-Apps/moncycle_ynh.git
synced 2024-09-03 19:46:16 +02:00
2df206d970
This reverts commit d19b7dd8f9dbdb29316c524a7b2a51f230cc1e99. Upgrade mail patch Update extra_php-fpm.conf Update patches Update main-02-static.patch Update patches Update patches Update patches Update patches Test Update manifest.toml Change order Test one file Test full of hope End lines ? Revert "Update manifest.toml" This reverts commit 210559e451ce8a01f82db555ada2725ce2fd37ff.
23 lines
828 B
Text
23 lines
828 B
Text
; Additional php.ini defines, specific to this pool of workers.
|
|
|
|
; Common values to change to increase file upload limit
|
|
; php_admin_value[upload_max_filesize] = 50M
|
|
; php_admin_value[post_max_size] = 50M
|
|
; php_admin_flag[mail.add_x_header] = Off
|
|
|
|
; Other common parameters
|
|
; php_admin_value[max_execution_time] = 600
|
|
; php_admin_value[max_input_time] = 300
|
|
; php_admin_value[memory_limit] = 256M
|
|
; php_admin_flag[short_open_tag] = On
|
|
|
|
; Session lifetime to avoid disconnections on PWA mode
|
|
php_admin_value[session.gc_maxlifetime] = 2592000
|
|
php_admin_value[session.cookie_lifetime] = 2592000
|
|
php_value[session.save_path] = /var/www/__APP__/sessions
|
|
|
|
; caching php files
|
|
php_value[opcache.enable_cli]=1
|
|
php_value[opcache.max_accelerated_files]=100
|
|
php_value[opcache.memory_consumption]=32M
|
|
php_value[opcache.revalidate_freq]=300
|