Files
clinicpro/docker/php/php.ini
T

14 lines
426 B
INI

; Production PHP settings for ClinicPro on Coolify
; 256M is ample for API requests (uploads are capped at 32M below); the old 1024M
; let a single leaky/looping request eat a quarter of a small VPS before dying.
memory_limit = 256M
upload_max_filesize = 16M
post_max_size = 32M
max_execution_time = 60
expose_php = Off
date.timezone = Asia/Tehran
; Realpath cache (perf)
realpath_cache_size = 4096k
realpath_cache_ttl = 600