From f9ca0e3c8589260332030a6785f5eb58019dd2c5 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Wed, 22 Aug 2018 22:11:43 +0200 Subject: [PATCH] Add php-fpm.ini to increase time and memory limits Attempt to solve #74 --- conf/php-fpm.ini | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 conf/php-fpm.ini diff --git a/conf/php-fpm.ini b/conf/php-fpm.ini new file mode 100644 index 0000000..70d2334 --- /dev/null +++ b/conf/php-fpm.ini @@ -0,0 +1,10 @@ +; Common values to change to increase file upload limit +; upload_max_filesize = 50M +; post_max_size = 50M +; mail.add_x_header = Off + +; Other common parameters +max_execution_time = 600 +max_input_time = 300 +memory_limit = 256M +; short_open_tag = On