Skip to content
Snippets Groups Projects
Verified Commit 28f76d6a authored by David Mehren's avatar David Mehren
Browse files

Add stats config to frontend template

parent e7668df5
No related branches found
No related tags found
No related merge requests found
...@@ -74,6 +74,12 @@ frontend {{ item.name }} {%if item.ip is defined %}{{ item.ip }}{% endif %}{%if ...@@ -74,6 +74,12 @@ frontend {{ item.name }} {%if item.ip is defined %}{{ item.ip }}{% endif %}{%if
{% endfor %} {% endfor %}
{% endif -%} {% endif -%}
{% if item.stats is defined %}
{% for stat in item.stats %}
stats {{ stat }}
{% endfor %}
{% endif -%}
{%- if item.redirects is defined -%} {%- if item.redirects is defined -%}
{%- for redirect in item.redirects -%} {%- for redirect in item.redirects -%}
redirect {{ redirect }} redirect {{ redirect }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment