Adiciona configuração inicial da stack Docker para projetos Laravel, incluindo Dockerfile, docker-compose, scripts de gerenciamento e configuração do Nginx.
This commit is contained in:
14
php/php.ini
Normal file
14
php/php.ini
Normal file
@@ -0,0 +1,14 @@
|
||||
memory_limit=${PHP_MEMORY_LIMIT}
|
||||
upload_max_filesize=100M
|
||||
post_max_size=100M
|
||||
max_execution_time=300
|
||||
max_input_time=300
|
||||
date.timezone=America/Rio_Branco
|
||||
|
||||
opcache.enable=1
|
||||
opcache.enable_cli=1
|
||||
opcache.validate_timestamps=0
|
||||
opcache.max_accelerated_files=20000
|
||||
opcache.memory_consumption=256
|
||||
opcache.interned_strings_buffer=16
|
||||
opcache.fast_shutdown=1
|
||||
Reference in New Issue
Block a user