; TryPost — PHP settings for local development. memory_limit = 512M upload_max_filesize = 1G post_max_size = 1G max_execution_time = 120 max_input_vars = 5000 ; Hot-reload PHP edits without restarting FPM. opcache.enable = 1 opcache.memory_consumption = 128 opcache.max_accelerated_files = 10000 opcache.validate_timestamps = 1 opcache.revalidate_freq = 0 ; Surface errors loudly in dev. display_errors = On display_startup_errors = On error_reporting = E_ALL log_errors = On error_log = /proc/self/fd/2 ; Xdebug optional — enable via XDEBUG_MODE in compose.override.yaml.