php-errors.conf.j2 250 B

12345678
  1. {% if ansible_prolog -%}
  2. {% from 'templates/ansible/prolog.j2' import prolog with context %}
  3. {{ prolog() }}
  4. {% endif -%}
  5. $FileCreateMode 0644
  6. :msg, contains, ": PHP " /var/log/php/php-errors.log
  7. # Reset mode to the default: 0640
  8. $FileCreateMode 0640