roles/php-fpm: Update defaults
From latest PHP 7.2 on Ubuntu 18.04's php.ini-production.
This commit is contained in:
parent
70abcb2051
commit
2837de4e3f
@ -13,8 +13,8 @@ opcache_interned_strings_buffer: 8
|
|||||||
opcache_max_accelerated_files: 4000
|
opcache_max_accelerated_files: 4000
|
||||||
opcache_use_cwd: 1
|
opcache_use_cwd: 1
|
||||||
opcache_validate_timestamps: 1
|
opcache_validate_timestamps: 1
|
||||||
opcache_revalidate_freq: 60
|
opcache_revalidate_freq: 2
|
||||||
opcache_save_comments: 0
|
opcache_save_comments: 1
|
||||||
opcache_load_comments: 0
|
opcache_load_comments: 0
|
||||||
opcache_fast_shutdown: 1
|
opcache_fast_shutdown: 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user