From f9a0f9e6bf28d7ef2a9e7649d2f471a2db96404a Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 28 May 2017 15:46:15 +0300 Subject: [PATCH] roles/php-fpm: Update php7.0-php.ini.j2 Minor comment updates from the latest version from Ubuntu 16.04. --- roles/php-fpm/templates/php7.0-php.ini.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/php-fpm/templates/php7.0-php.ini.j2 b/roles/php-fpm/templates/php7.0-php.ini.j2 index d7fcfbf..f53d22d 100644 --- a/roles/php-fpm/templates/php7.0-php.ini.j2 +++ b/roles/php-fpm/templates/php7.0-php.ini.j2 @@ -323,7 +323,7 @@ disable_classes = ; be increased on systems where PHP opens many files to reflect the quantity of ; the file operations performed. ; http://php.net/realpath-cache-size -;realpath_cache_size = 16k +;realpath_cache_size = 4096k ; Duration of time, in seconds for which to cache realpath information for a given ; file or directory. For systems with rarely changing files, consider increasing this