25 lines
520 B
INI
25 lines
520 B
INI
date.timezone = Europe/Paris
|
|
memory_limit = 256M
|
|
max_execution_time = 120
|
|
max_input_time = 120
|
|
post_max_size = 64M
|
|
upload_max_filesize = 64M
|
|
|
|
session.cookie_httponly = 1
|
|
session.cookie_samesite = Lax
|
|
session.use_strict_mode = 1
|
|
|
|
expose_php = Off
|
|
|
|
display_errors = Off
|
|
display_startup_errors = Off
|
|
log_errors = On
|
|
error_reporting = E_ALL
|
|
|
|
opcache.enable = 1
|
|
opcache.enable_cli = 0
|
|
opcache.memory_consumption = 128
|
|
opcache.interned_strings_buffer = 16
|
|
opcache.max_accelerated_files = 10000
|
|
opcache.validate_timestamps = 0
|