Update to 2021-04-19 11:00

master
Daniel Berteaud 3 years ago
parent 024c61b22b
commit 232832f6f3
  1. 2
      roles/itop/templates/php.conf.j2
  2. BIN
      roles/lemonldap_ng/files/logos/xwiki.png

@ -28,7 +28,7 @@ php_admin_value[sys_temp_dir] = {{ itop_root_dir }}/tmp
php_admin_value[post_max_size] = 21M
php_admin_value[upload_max_filesize] = 20M
php_admin_value[disable_functions] = system, show_source, symlink, dl, shell_exec, passthru, phpinfo, escapeshellcmd
php_admin_value[open_basedir] = {{ itop_root_dir }}:/etc/pki/tls/cert.pem
php_admin_value[open_basedir] = {{ itop_root_dir }}:/etc/pki/tls/cert.pem:/usr/bin/dot
; DB schema upgrade can be very long
php_admin_value[max_execution_time] = 1800
php_admin_value[max_input_time] = 120

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

Loading…
Cancel
Save