; Production PHP overrides memory_limit = 256M upload_max_filesize = 20M post_max_size = 25M max_execution_time = 30 date.timezone = Europe/Paris realpath_cache_size = 4096K realpath_cache_ttl = 600 ; Security display_errors = Off display_startup_errors = Off log_errors = On error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT expose_php = Off ; OPcache — production optimized opcache.enable = 1 opcache.memory_consumption = 256 opcache.max_accelerated_files = 20000 opcache.validate_timestamps = 0 opcache.preload = /var/www/html/config/preload.php opcache.preload_user = app ; APCu apc.enable_cli = 0