16 lines
357 B
INI
16 lines
357 B
INI
expose_php = Off
|
|
log_errors = On
|
|
display_errors = Off
|
|
error_log = /var/www/html/logs/php-error.log
|
|
session.use_strict_mode = 1
|
|
|
|
upload_max_filesize = 10M
|
|
post_max_size = 12M
|
|
|
|
opcache.enable = 1
|
|
opcache.enable_cli = 0
|
|
opcache.validate_timestamps = 0
|
|
opcache.memory_consumption = 128
|
|
opcache.interned_strings_buffer = 16
|
|
opcache.max_accelerated_files = 10000
|