From 30d6d2d91d1b8bd029e817243f2b25aaf17ec841 Mon Sep 17 00:00:00 2001 From: anmol26s Date: Sat, 6 Oct 2018 19:52:00 +0530 Subject: [PATCH] wrong commenting syntex in php.conf --- 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 d50ba2e..2da7a2f 100644 --- a/conf/php-fpm.conf +++ b/conf/php-fpm.conf @@ -249,12 +249,12 @@ catch_workers_output = yes ;php_value[memory_limit] = 256M ;php_value[short_open_tag] = On -# Common values to change to increase file upload limit +; 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 +; Other common parameters ; max_execution_time = 600 ; max_input_time = 300 ; memory_limit = 256M