From d0760aeb3fb3f2f3206747fc61c22f1f0800880a Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 27 Jan 2017 15:15:28 +0000 Subject: [PATCH] Create .user.ini --- root/usr/share/webapps/lychee/php/.user.ini | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 root/usr/share/webapps/lychee/php/.user.ini diff --git a/root/usr/share/webapps/lychee/php/.user.ini b/root/usr/share/webapps/lychee/php/.user.ini new file mode 100644 index 0000000..08ab109 --- /dev/null +++ b/root/usr/share/webapps/lychee/php/.user.ini @@ -0,0 +1,8 @@ +; Uncomment these lines to change PHP parameters if you are using PHP with CGI or FastCGI. Only works with PHP starting from 5.3.0. +; Note that with FastCGI, you might also want to set FcgidBusyTimeout, FcgidIOTimeout and FcgidMaxRequestLen in your Apache config + +max_execution_time = 200 +post_max_size = 200M +upload_max_size = 200M +upload_max_filesize = 20M +max_file_uploads = 200