php.ini 579 B

123456789101112131415
  1. ; cPanel-generated php ini directives, do not edit
  2. ; Manual editing of this file may result in unexpected behavior.
  3. ; To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor)
  4. ; For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI)
  5. display_errors = On
  6. max_execution_time = 30
  7. max_input_time = 60
  8. max_input_vars = 1000
  9. memory_limit = 128M
  10. post_max_size = 128M
  11. session.gc_maxlifetime = 1440
  12. session.save_path = "/opt/alt/php80/var/lib/php/session"
  13. upload_max_filesize = 2M
  14. zlib.output_compression = Off