security-local.ini.j2 316 B

12345678910111213
  1. {% if ansible_controlled is defined and ansible_controlled != "" %}
  2. ;
  3. ; {{ ansible_controlled }}
  4. ;
  5. {% endif %}
  6. short_open_tag = Off
  7. open_basedir = /var/www:/tmp
  8. upload_tmp_dir = /tmp
  9. display_errors = Off
  10. log_errors = On
  11. error_log = syslog
  12. enable_dl = Off
  13. expose_php = Off