Update server.cnf

This commit is contained in:
Ismail Al-Jubbah 2016-03-29 15:04:15 +08:00
parent 9152d88cbf
commit 378fcd514c

View file

@ -30,6 +30,8 @@
{%- set indents = 40 - mparam|count %}
{% if mvalue == "noarg_present" -%}
{{ mparam }}
{% elif mvalue == "SETONPLEASE" %}
{{ mparam }}{{ '='|indent(indents, true) }} ON
{%- else -%}
{{ mparam }}{{ '='|indent(indents, true) }} {{ mvalue }}
{%- endif -%}