From 76db50f2b4e5beb9966457b933a7d62d658c4bfe Mon Sep 17 00:00:00 2001 From: grenagit <46225780+grenagit@users.noreply.github.com> Date: Sun, 26 Jan 2020 10:37:45 +0100 Subject: [PATCH] Report an old fix (PATH warning) https://github.com/YunoHost-Apps/nextcloud_ynh/pull/188/commits/779173d6c4fb229d7cb0590be6a5f08c2f55c560 --- conf/extra_php-fpm.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/extra_php-fpm.conf b/conf/extra_php-fpm.conf index b626ca2..c837523 100644 --- a/conf/extra_php-fpm.conf +++ b/conf/extra_php-fpm.conf @@ -1,4 +1,5 @@ - +; Report an old fix (PATH warning) +env[PATH] = $PATH ; Additional php.ini defines, specific to this pool of workers. php_value[upload_max_filesize] = 10G php_value[post_max_size] = 10G