mirror of
https://github.com/HanXHX/ansible-php.git
synced 2026-04-17 13:42:10 +07:00
Dirty commit
This commit is contained in:
0
templates/etc/php5/mods-available/apc.j2
Normal file
0
templates/etc/php5/mods-available/apc.j2
Normal file
5
templates/etc/php5/mods-available/apcu.j2
Normal file
5
templates/etc/php5/mods-available/apcu.j2
Normal file
@@ -0,0 +1,5 @@
|
||||
;
|
||||
; {{ ansible_managed }}
|
||||
;
|
||||
|
||||
extension=apcu.so
|
||||
17
templates/etc/php5/mods-available/opcache.j2
Normal file
17
templates/etc/php5/mods-available/opcache.j2
Normal file
@@ -0,0 +1,17 @@
|
||||
;
|
||||
; {{ ansible_managed }}
|
||||
;
|
||||
|
||||
; configuration for php ZendOpcache module
|
||||
; priority=05
|
||||
zend_extension=opcache.so
|
||||
|
||||
opcache.enable={{ php_opcache_enable }}
|
||||
opcache.enable_cli={{ php_opcache_enable_cli }}
|
||||
opcache.memory_consumption={{ php_opcache_memory_consumption }}
|
||||
opcache.interned_strings_buffer={{ php_opcache_interned_strings_buffer }}
|
||||
opcache.max_accelerated_files={{ php_opcache_max_accelerated_files }}
|
||||
opcache.max_wasted_percentage={{ php_opcache_max_wasted_percentage }}
|
||||
opcache.validate_timestamps={{ php_opcache_validate_timestamps }}
|
||||
opcache.revalidate_freq={{ php_opcache_revalidate_freq }}
|
||||
opcache.max_file_size={{ php_opcache_max_file_size }}
|
||||
Reference in New Issue
Block a user