This repository has been archived on 2024-07-12. You can view files and clone it, but cannot push or open issues or pull requests.
2020-01-27 16:25:39 +00:00
|
|
|
|
|
|
|
# Auto-generated backends
|
|
|
|
|
|
|
|
{{#each services}}
|
2021-02-22 10:22:35 +00:00
|
|
|
{{#if tcp}}
|
2020-01-28 13:57:24 +00:00
|
|
|
backend {{name}}
|
2020-01-29 16:01:39 +00:00
|
|
|
{{#each ../nodes}}
|
|
|
|
server {{name}}:{{../port}} {{address}}:{{../port}} check
|
2020-01-27 16:25:39 +00:00
|
|
|
{{/each}}
|
2021-02-22 10:22:35 +00:00
|
|
|
{{/if}}
|
2020-01-27 16:25:39 +00:00
|
|
|
{{/each}}
|