add reqadd option

This commit is contained in:
Arne Teuke
2025-02-07 16:35:00 +01:00
parent 870288c6d5
commit 59e3ba0cc0
2 changed files with 13 additions and 13 deletions

View File

@@ -16,9 +16,9 @@ maxconn <%= @fe_maxconn %>
option <%= fe_option %>
<% end -%>
<% end -%>
<% if @fe_req_add_array and !@fe_req_add_array.empty? -%>
<% @fe_req_add_array.each do |fe_req_add| -%>
reqadd <%= fe_req_add %>
<% if @fe_http_request_array and !@fe_http_request_array.empty? -%>
<% @fe_http_request_array.each do |fe_http_request| -%>
http-request <%= fe_http_request %>
<% end -%>
<% end -%>