mirror of
https://github.com/casjaysdevdocker/nextcloud
synced 2026-01-27 10:34:48 -05:00
🦈🏠🐜❗ Initial Commit ❗🐜🦈🏠
This commit is contained in:
5
config/tpls/etc/php/conf.d/apcu.ini
Normal file
5
config/tpls/etc/php/conf.d/apcu.ini
Normal file
@@ -0,0 +1,5 @@
|
||||
extension=apcu.so
|
||||
apc.enabled=1
|
||||
apc.enable_cli=1
|
||||
apc.shm_size=@APC_SHM_SIZE@
|
||||
apc.ttl=7200
|
||||
7
config/tpls/etc/php/conf.d/opcache.ini
Normal file
7
config/tpls/etc/php/conf.d/opcache.ini
Normal file
@@ -0,0 +1,7 @@
|
||||
opcache.enable=1
|
||||
opcache.enable_cli=1
|
||||
opcache.interned_strings_buffer=32
|
||||
opcache.max_accelerated_files=10000
|
||||
opcache.memory_consumption=@OPCACHE_MEM_SIZE@
|
||||
opcache.save_comments=1
|
||||
opcache.revalidate_freq=1
|
||||
2
config/tpls/etc/php/conf.d/override.ini
Normal file
2
config/tpls/etc/php/conf.d/override.ini
Normal file
@@ -0,0 +1,2 @@
|
||||
memory_limit=@MEMORY_LIMIT@
|
||||
date.timezone=@TIMEZONE@
|
||||
Reference in New Issue
Block a user