File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
ncm-metaconfig/src/main/metaconfig/haproxy Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ balance [% bke.balance %]
44[% IF bke.mode -%]
55mode [% bke.mode %]
66[% END -%]
7+ [% IF bke.cookie -%]
8+ cookie [% bke.cookie %]
9+ [% END -%]
710[% FOREACH option IN bke.options -%]
811option [% option %]
912[% END -%]
Original file line number Diff line number Diff line change @@ -198,6 +198,7 @@ type haproxy_service_server_params = {
198198 ' check' ? boolean
199199 @{ different health check port}
200200 ' port' ? type_port
201+ ' cookie' ? string_trimmed
201202};
202203
203204type haproxy_service_bind_params = {
@@ -252,6 +253,7 @@ type haproxy_service_backend = {
252253 ' reqrep' ? haproxy_service_reqrep[]
253254 ' http-request' ? string[]
254255 ' acl' ? dict ()
256+ ' cookie' ? string_trimmed
255257};
256258
257259@documentation {
You can’t perform that action at this time.
0 commit comments