default.j2 256 B

12345678
  1. {% if ansible_prolog -%}
  2. {% from 'templates/ansible/prolog.j2' import prolog with context %}
  3. {{ prolog() }}
  4. {% endif -%}
  5. #
  6. # fpm default file for php5-fpm init script
  7. #
  8. DAEMON_ARGS="--fpm-config /etc/php5/fpm/php-fpm-custom.conf --define error_log=syslog"