| 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 |
|
| 6 |
allow_url_fopen = Off |
| 7 |
display_errors = On |
| 8 |
enable_dl = Off |
| 9 |
file_uploads = On |
| 10 |
max_execution_time = 30 |
| 11 |
max_input_time = 60 |
| 12 |
max_input_vars = 1000 |
| 13 |
memory_limit = 128M |
| 14 |
post_max_size = 8M |
| 15 |
session.gc_maxlifetime = 1440 |
| 16 |
session.save_path = "/var/cpanel/php/sessions/ea-php84" |
| 17 |
upload_max_filesize = 2M |
| 18 |
zlib.output_compression = Off |
| 19 |
|