; ============================================================================== ; EZSCALE dev overrides — applied AFTER php.ini-development ; ============================================================================== memory_limit = 512M max_execution_time = 120 post_max_size = 50M upload_max_filesize = 50M max_input_vars = 5000 display_errors = On display_startup_errors = On error_reporting = E_ALL log_errors = On date.timezone = UTC ; Session handling delegated to Laravel; keep PHP-side defaults sane session.cookie_httponly = 1 session.cookie_samesite = "Lax" ; Realpath cache helps Composer/Laravel reload cycles realpath_cache_size = 4096K realpath_cache_ttl = 600