File tree Expand file tree Collapse file tree 4 files changed +14
-0
lines changed
Expand file tree Collapse file tree 4 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 128128 errorfile {{ errorfile.code }} {{ errorfile.file }}
129129 {% endfor -%}
130130 {% endif -%}
131+
132+ {% if item.force_persist is defined -%}
133+ force-persist {{ item.force_persist }}
134+ {% endif -%}
Original file line number Diff line number Diff line change @@ -128,3 +128,7 @@ frontend {{ item.name }} {%if item.ip is defined %}{{ item.ip }}{% endif %}{%if
128128 use_backend {{ backend.name }} {{ backend.condition }}
129129 {% endfor -%}
130130 {% endif -%}
131+
132+ {% if item.force_persist is defined -%}
133+ force-persist {{ item.force_persist }}
134+ {% endif -%}
Original file line number Diff line number Diff line change @@ -110,3 +110,6 @@ listen {{ item.name }}
110110 stats refresh {{ item.stats.refresh }}
111111{% endif -%}
112112{% endif %}
113+ {% if item.force_persist is defined -%}
114+ force-persist {{ item.force_persist }}
115+ {% endif -%}
Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ empty: true
128128# - "^Location:\ 127.0.0.1:8080 Location:\ www.mydomain.com"
129129# rspirep:
130130# - "^Location:\ 127.0.0.1:8080 Location:\ www.mydomain.com"
131+ # force_persist:
131132#
132133# haproxy_backends:
133134# - name:
@@ -176,6 +177,7 @@ empty: true
176177# - "^Location:\ 127.0.0.1:8080 Location:\ www.mydomain.com"
177178# rspirep:
178179# - "^Location:\ 127.0.0.1:8080 Location:\ www.mydomain.com"
180+ # force_persist:
179181#
180182# haproxy_listen:
181183# - name:
@@ -230,3 +232,4 @@ empty: true
230232# realm:
231233# auth:
232234# refresh:
235+ # force_persist:
You can’t perform that action at this time.
0 commit comments