Files
clinicpro/docker/php/php.ini
T

22 lines
545 B
INI

; Production PHP settings for ClinicPro on Coolify
memory_limit = 1024M
upload_max_filesize = 16M
post_max_size = 32M
max_execution_time = 60
expose_php = Off
date.timezone = Asia/Tehran
; OPcache (production)
opcache.enable = 1
opcache.enable_cli = 0
opcache.memory_consumption = 256
opcache.max_accelerated_files = 20000
opcache.validate_timestamps = 0
opcache.interned_strings_buffer = 16
opcache.preload = /app/config/preload.php
opcache.preload_user = www-data
; Realpath cache (perf)
realpath_cache_size = 4096k
realpath_cache_ttl = 600