17 lines
304 B
INI
17 lines
304 B
INI
memory_limit = 2G
|
|
|
|
max_execution_time = 18000
|
|
|
|
display_errors = On
|
|
display_startup_errors = On
|
|
|
|
upload_max_filesize = 32M
|
|
post_max_size = 32M
|
|
|
|
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
|
|
error_log = /var/log/php_error.log
|
|
|
|
opcache.enable=1
|
|
opcache.validate_timestamps=1
|
|
opcache.revalidate_freq=0
|