up
This commit is contained in:
@@ -21,7 +21,8 @@ php_admin_value[error_log] = /var/log/php-fpm-error.log
|
||||
|
||||
; Security
|
||||
; Nota: curl_exec y curl_multi_exec son necesarios para WhatsApp API
|
||||
php_admin_value[disable_functions] = exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
|
||||
; shell_exec habilitado para conversión de medios con ffmpeg
|
||||
php_admin_value[disable_functions] = exec,passthru,system,proc_open,popen,parse_ini_file,show_source
|
||||
|
||||
; Performance
|
||||
request_terminate_timeout = 300s
|
||||
|
||||
@@ -20,6 +20,7 @@ date.timezone = America/Bogota
|
||||
expose_php = Off
|
||||
allow_url_fopen = On
|
||||
allow_url_include = Off
|
||||
disable_functions =
|
||||
|
||||
; Session
|
||||
session.save_handler = redis
|
||||
|
||||
Reference in New Issue
Block a user