Initial commit
This commit is contained in:
8
docker/php/opcache.ini
Normal file
8
docker/php/opcache.ini
Normal file
@@ -0,0 +1,8 @@
|
||||
; docker/php/opcache.ini
|
||||
opcache.enable=1
|
||||
opcache.enable_cli=0
|
||||
opcache.memory_consumption=256
|
||||
opcache.interned_strings_buffer=16
|
||||
opcache.max_accelerated_files=20000
|
||||
opcache.validate_timestamps=0
|
||||
opcache.jit=0
|
||||
6
docker/php/php.ini
Normal file
6
docker/php/php.ini
Normal file
@@ -0,0 +1,6 @@
|
||||
; docker/php/php.ini
|
||||
memory_limit=512M
|
||||
upload_max_filesize=50M
|
||||
post_max_size=50M
|
||||
max_execution_time=300
|
||||
date.timezone=Europe/Prague
|
||||
Reference in New Issue
Block a user