Added defaults for new APCu options

Added TTL options for APCu
This commit is contained in:
A. N 2022-11-10 14:30:39 -05:00 committed by GitHub
parent 371641c2d2
commit cf666ae955
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -66,6 +66,8 @@ php_opcache_blacklist_filename: ""
php_enable_apc: true
php_apc_shm_size: "96M"
php_apc_enable_cli: "0"
php_apc_ttl: "60"
php_apc_gc_ttl: "3600"
# If this is set to false, none of the following options will have any effect.
# Any and all changes to /etc/php.ini will be your responsibility.