Files
confdroid_haproxy/templates/haproxy_frontend_rule.erb

6 lines
111 B
Plaintext
Raw Normal View History

2018-12-30 15:50:19 +01:00
frontend <%= @frontend_name %>
mode <%= @frontend_mode %>
use_backend <%= @fe_use_backend %>