New_Micro_Learning/infrastructure/docker/php/php.ini

15 خطوط
319 B
INI

expose_php=Off
memory_limit=512M
upload_max_filesize=2G
post_max_size=2050M
max_execution_time=600
max_input_time=600
session.cookie_httponly=1
session.cookie_samesite=Lax
opcache.enable=1
opcache.validate_timestamps=0
opcache.memory_consumption=192
opcache.max_accelerated_files=20000
display_errors=Off
log_errors=On