evodocker/php/z-evolinux-defaults.php73.ini
David Prevot 105d495615
All checks were successful
continuous-integration/drone/push Build is passing
php: Add /var/www/html to open_basedir
/var/www/html is the default directory in current web servers.
2022-04-25 16:09:19 +02:00

14 lines
299 B
INI

[PHP]
short_open_tag = Off
expose_php = Off
display_errors = Off
log_errors = On
html_errors = Off
allow_url_fopen = Off
memory_limit = 128M
max_execution_time = 10
open_basedir = /home:/var/www/html
disable_functions = exec, shell-exec, system, passthru, putenv, popen
error_log = /proc/self/fd/2