Spaces:
Build error
Build error
File size: 420 Bytes
31050a5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | ; Upload limits
upload_max_filesize=64M
post_max_size=68M
max_execution_time=60
memory_limit=256M
; Sessions stored in /data so they survive restarts
session.save_path=/data/sessions
; OPcache
opcache.enable=1
opcache.memory_consumption=128
opcache.max_accelerated_files=10000
opcache.revalidate_freq=2
; Error logging
display_errors=Off
log_errors=On
error_log=/data/logs/php_errors.log
; Timezone
date.timezone=UTC |