Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
haproxy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSI Ansible
haproxy
Commits
28f76d6a
Verified
Commit
28f76d6a
authored
5 years ago
by
David Mehren
Browse files
Options
Downloads
Patches
Plain Diff
Add stats config to frontend template
parent
e7668df5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/frontend.cfg
+6
-0
6 additions, 0 deletions
templates/frontend.cfg
with
6 additions
and
0 deletions
templates/frontend.cfg
+
6
−
0
View file @
28f76d6a
...
@@ -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
}}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment