; JARO Ops Platform PHP overrides (installed as conf.d/99-jaro.ini) ; Matches what the app expects on Bluehost — long AI generations, doc uploads. max_execution_time = 900 max_input_time = 900 memory_limit = 512M upload_max_filesize = 64M post_max_size = 64M max_file_uploads = 20 ; sane defaults expose_php = Off display_errors = Off log_errors = On error_log = /var/log/php_errors.log date.timezone = America/Chicago ; opcache: free speed for every request opcache.enable = 1 opcache.memory_consumption = 128 opcache.validate_timestamps = 1 opcache.revalidate_freq = 2