Skip to content
Snippets Groups Projects
Commit 378fcd51 authored by Ismail Al-Jubbah's avatar Ismail Al-Jubbah
Browse files

Update server.cnf

parent 9152d88c
No related branches found
No related tags found
No related merge requests found
...@@ -30,6 +30,8 @@ ...@@ -30,6 +30,8 @@
{%- set indents = 40 - mparam|count %} {%- set indents = 40 - mparam|count %}
{% if mvalue == "noarg_present" -%} {% if mvalue == "noarg_present" -%}
{{ mparam }} {{ mparam }}
{% elif mvalue == "SETONPLEASE" %}
{{ mparam }}{{ '='|indent(indents, true) }} ON
{%- else -%} {%- else -%}
{{ mparam }}{{ '='|indent(indents, true) }} {{ mvalue }} {{ mparam }}{{ '='|indent(indents, true) }} {{ mvalue }}
{%- endif -%} {%- endif -%}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment