Primo commit
This commit is contained in:
17
docker/php/php.ini
Normal file
17
docker/php/php.ini
Normal file
@@ -0,0 +1,17 @@
|
||||
[PHP]
|
||||
upload_max_filesize = 64M
|
||||
post_max_size = 64M
|
||||
memory_limit = 256M
|
||||
max_execution_time = 120
|
||||
max_input_vars = 3000
|
||||
|
||||
[opcache]
|
||||
opcache.enable = 1
|
||||
opcache.memory_consumption = 128
|
||||
opcache.interned_strings_buffer = 8
|
||||
opcache.max_accelerated_files = 10000
|
||||
opcache.validate_timestamps = 1
|
||||
opcache.revalidate_freq = 0
|
||||
|
||||
[Date]
|
||||
date.timezone = Europe/Rome
|
||||
Reference in New Issue
Block a user