From 808760abb0de0114cab35eb01b60e0d1bcdc9090 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Mon, 23 Jul 2018 19:41:05 +0200 Subject: [PATCH] Fix hash not recognized as comment in PHP7 Closes #78 --- conf/php-fpm.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/php-fpm.conf b/conf/php-fpm.conf index 7bdad38..2d069ee 100644 --- a/conf/php-fpm.conf +++ b/conf/php-fpm.conf @@ -238,12 +238,12 @@ catch_workers_output = yes ;php_admin_flag[log_errors] = on ;php_admin_value[memory_limit] = 32M -# Common values to change to increase file upload limit +; Common values to change to increase file upload limit ;php_value[upload_max_filesize] = 50M ;php_value[post_max_size] = 50M ;php_value[mail.add_x_header] = Off -# Other common parameters +; Other common parameters php_value[max_execution_time] = 600 php_value[max_input_time] = 600 ;php_value[memory_limit] = 256M