24 lines
752 B
INI
24 lines
752 B
INI
|
; cPanel-generated php ini directives, do not edit
|
||
|
; Manual editing of this file may result in unexpected behavior.
|
||
|
; To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor)
|
||
|
; For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI)
|
||
|
|
||
|
allow_url_fopen = On
|
||
|
allow_url_include = Off
|
||
|
display_errors = On
|
||
|
enable_dl = On
|
||
|
file_uploads = On
|
||
|
max_execution_time = 30
|
||
|
max_input_time = 60
|
||
|
max_input_vars = 1000
|
||
|
memory_limit = 256M
|
||
|
post_max_size = 516M
|
||
|
session.gc_maxlifetime = 144000
|
||
|
session.save_path = "/var/cpanel/php/sessions/ea-php74"
|
||
|
upload_max_filesize = 512M
|
||
|
zlib.output_compression = Off
|
||
|
session.use_cookies=1
|
||
|
session.cookie_httponly=0
|
||
|
session.auto_start=1
|
||
|
innodb_strict_mode=OFF
|