From a8132d23b53a9cfc6086c59a5794e52e889fb938 Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Tue, 31 Mar 2020 22:21:22 +0200 Subject: [PATCH] try to debug --- conf/extra_fpm-fpm.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 conf/extra_fpm-fpm.conf diff --git a/conf/extra_fpm-fpm.conf b/conf/extra_fpm-fpm.conf new file mode 100644 index 0000000..969e0b6 --- /dev/null +++ b/conf/extra_fpm-fpm.conf @@ -0,0 +1,11 @@ +env[PATH] = $PATH +; 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 \ No newline at end of file