Advertisement
Guest User

Untitled

a guest
Dec 21st, 2018
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1.  
  2. # BEGIN cPanel-generated php ini directives, do not edit
  3. # Manual editing of this file may result in unexpected behavior.
  4. # To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor)
  5. # For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI)
  6. <IfModule php7_module>
  7. php_flag display_errors On
  8. php_value max_execution_time 90
  9. php_value max_input_time -1
  10. php_value max_input_vars 1000
  11. php_value memory_limit 128M
  12. php_value post_max_size 2048M
  13. php_value session.gc_maxlifetime 1440
  14. php_value session.save_path "/var/cpanel/php/sessions/ea-php70"
  15. php_value upload_max_filesize 2048M
  16. php_flag zlib.output_compression Off
  17. </IfModule>
  18. # END cPanel-generated php ini directives, do not edit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement