mirror of
https://github.com/YunoHost-Apps/pydio_ynh.git
synced 2024-09-03 20:16:05 +02:00
[fix] php settings do not leak
This commit is contained in:
parent
b7be77ece7
commit
e49ab76871
2 changed files with 4 additions and 3 deletions
|
@ -237,3 +237,7 @@ catch_workers_output = yes
|
||||||
;php_admin_value[error_log] = /var/log/fpm-php.www.log
|
;php_admin_value[error_log] = /var/log/fpm-php.www.log
|
||||||
;php_admin_flag[log_errors] = on
|
;php_admin_flag[log_errors] = on
|
||||||
;php_admin_value[memory_limit] = 32M
|
;php_admin_value[memory_limit] = 32M
|
||||||
|
|
||||||
|
php_value[output_buffering] = off
|
||||||
|
php_value[upload_max_filesize] = 10G
|
||||||
|
php_value[post_max_size] = 10G
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
upload_max_filesize=10G
|
|
||||||
post_max_size=10G
|
|
||||||
output_buffering=off
|
|
Loading…
Add table
Reference in a new issue