php-hosting / config /php.ini
Emalawi19's picture
Create config/php.ini
31050a5 verified
Raw
History Blame Contribute Delete
420 Bytes
; 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