🦈🏠🐜 Initial Commit 🐜🦈🏠

This commit is contained in:
casjay
2022-10-04 21:48:50 -04:00
commit 4954dce9b1
26 changed files with 1066 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
extension=apcu.so
apc.enabled=1
apc.enable_cli=1
apc.shm_size=@APC_SHM_SIZE@
apc.ttl=7200

View 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

View File

@@ -0,0 +1,2 @@
memory_limit=@MEMORY_LIMIT@
date.timezone=@TIMEZONE@