implement the Dockerized deployment bundle
This commit is contained in:
17
dockerized/docker/app/php/production.ini
Normal file
17
dockerized/docker/app/php/production.ini
Normal file
@@ -0,0 +1,17 @@
|
||||
expose_php=Off
|
||||
memory_limit=512M
|
||||
upload_max_filesize=100M
|
||||
post_max_size=100M
|
||||
max_execution_time=120
|
||||
max_input_vars=3000
|
||||
variables_order=EGPCS
|
||||
|
||||
opcache.enable=1
|
||||
opcache.enable_cli=1
|
||||
opcache.memory_consumption=256
|
||||
opcache.interned_strings_buffer=32
|
||||
opcache.max_accelerated_files=20000
|
||||
opcache.validate_timestamps=0
|
||||
opcache.save_comments=1
|
||||
opcache.jit=0
|
||||
|
||||
Reference in New Issue
Block a user