; heleos php defaults. Sites may override via a mounted conf.d snippet. expose_php = Off memory_limit = 256M upload_max_filesize = 64M post_max_size = 66M max_execution_time = 60 max_input_vars = 3000 date.timezone = UTC ; OPcache — tuned for typical PHP/WordPress workloads. opcache.enable = 1 opcache.enable_cli = 0 opcache.memory_consumption = 128 opcache.interned_strings_buffer = 16 opcache.max_accelerated_files = 10000 opcache.revalidate_freq = 2 opcache.validate_timestamps = 1 ; Do not leak errors to visitors (log to stderr → container logs → Loki). display_errors = Off log_errors = On error_log = /dev/stderr