Spaces:
Build error
Build error
| ; 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 |