...
/etc/php/7.0/fpm/conf.d/99-troi.ini
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
expose_php = Off
memory_limit = 1024M
upload_max_filesize = 20M
max_execution_time = 120
max_input_vars = 16000
post_max_size = 20M
short_open_tag = On
display_errors = Off
display_startup_errors = Off
allow_url_fopen = On
error_reporting = E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR |
...