buat docker
This commit is contained in:
14
docker/php/production.ini
Normal file
14
docker/php/production.ini
Normal file
@@ -0,0 +1,14 @@
|
||||
memory_limit=512M
|
||||
max_execution_time=300
|
||||
max_input_time=300
|
||||
upload_max_filesize=50M
|
||||
post_max_size=55M
|
||||
date.timezone=Asia/Kuala_Lumpur
|
||||
|
||||
opcache.enable=1
|
||||
opcache.enable_cli=1
|
||||
opcache.memory_consumption=256
|
||||
opcache.interned_strings_buffer=16
|
||||
opcache.max_accelerated_files=20000
|
||||
opcache.validate_timestamps=0
|
||||
opcache.revalidate_freq=0
|
||||
Reference in New Issue
Block a user