From 2196773592a6a156298b6e4cc9218cbeec2d0c81 Mon Sep 17 00:00:00 2001 From: anmol26s Date: Mon, 8 Oct 2018 08:53:05 +0530 Subject: [PATCH] php.conf:lines removed which gave error --- conf/php-fpm.conf | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/conf/php-fpm.conf b/conf/php-fpm.conf index d301b86..0d11f78 100644 --- a/conf/php-fpm.conf +++ b/conf/php-fpm.conf @@ -390,14 +390,3 @@ catch_workers_output = yes ;php_admin_value[error_log] = /var/log/fpm-php.www.log ;php_admin_flag[log_errors] = on ;php_admin_value[memory_limit] = 32M - -; Common values to change to increase file upload limit -upload_max_filesize = 8M -post_max_size = 8M -; mail.add_x_header = Off - -; Other common parameters -max_execution_time = 600 -; max_input_time = 300 -; memory_limit = 256M -; short_open_tag = On