From 2e4c0c312ae64b661520b445cf2272d989ee4bd7 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 26 Jul 2017 19:10:22 +0200 Subject: [PATCH] output_buffering is a flag not a value --- root/etc/e-smith/templates/etc/php-fpm.d/www.conf/15Dl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/e-smith/templates/etc/php-fpm.d/www.conf/15Dl b/root/etc/e-smith/templates/etc/php-fpm.d/www.conf/15Dl index 20298e7..c3ce477 100644 --- a/root/etc/e-smith/templates/etc/php-fpm.d/www.conf/15Dl +++ b/root/etc/e-smith/templates/etc/php-fpm.d/www.conf/15Dl @@ -40,7 +40,7 @@ php_admin_flag[file_upload] = on php_admin_flag[session.cookie_httponly] = on php_admin_flag[allow_url_include] = off php_admin_value[session.save_handler] = files -php_admin_value[output_buffering] = off +php_admin_flag[output_buffering] = off _EOF