From cadde232c4d5537d53850d6bcf968511f8a1bba8 Mon Sep 17 00:00:00 2001 From: Kayou Date: Wed, 30 Jan 2019 00:32:05 +0100 Subject: [PATCH] conf file with new version --- conf/php-fpm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/php-fpm.conf b/conf/php-fpm.conf index e7b169b..00f6812 100644 --- a/conf/php-fpm.conf +++ b/conf/php-fpm.conf @@ -355,7 +355,7 @@ catch_workers_output = yes ; exectute php code. ; Note: set an empty value to allow all extensions. ; Default Value: .php -;security.limit_extensions = .php .php3 .php4 .php5 +;security.limit_extensions = .php .php3 .php4 .php5 .php7 ; Pass environment variables like LD_LIBRARY_PATH. All $VARIABLEs are taken from ; the current environment.