Saltstack Official PHP Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
315B

  1. # Manages the main Apache2 ini file
  2. {% from "php/ng/map.jinja" import php with context %}
  3. {% from "php/ng/ini.jinja" import php_ini %}
  4. {% set settings = php.ini.defaults %}
  5. {% do settings.update(php.apache2.ini.settings) %}
  6. php_apache2_ini:
  7. {{ php_ini(php.lookup.apache2.ini, php.apache2.ini.opts, settings) }}