roles/php-fpm: Update defaults

From latest PHP 7.2 on Ubuntu 18.04's php.ini-production.
This commit is contained in:
Alan Orth 2018-05-15 00:00:27 +03:00
parent 70abcb2051
commit 2837de4e3f
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ opcache_interned_strings_buffer: 8
opcache_max_accelerated_files: 4000
opcache_use_cwd: 1
opcache_validate_timestamps: 1
opcache_revalidate_freq: 60
opcache_save_comments: 0
opcache_revalidate_freq: 2
opcache_save_comments: 1
opcache_load_comments: 0
opcache_fast_shutdown: 1