mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-03 20:40:37 -05:00
net/haproxy: change LUA boolean conversion
This commit is contained in:
parent
76805d1eb1
commit
fcece25f9d
2 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ Changed:
|
|||
* upgrade to HAProxy 3.2 release series (#5147)
|
||||
* refactor http/tcp rules to make extensions easier
|
||||
* rename some labels in rules
|
||||
* change LUA boolean conversion (see tune.lua.bool-sample-conversion)
|
||||
|
||||
4.6
|
||||
|
||||
|
|
|
|||
|
|
@ -968,6 +968,7 @@ global
|
|||
{% if OPNsense.HAProxy.general.tuning.bufferSize|default("") != "" %}
|
||||
tune.bufsize {{OPNsense.HAProxy.general.tuning.bufferSize}}
|
||||
{% endif %}
|
||||
tune.lua.bool-sample-conversion normal
|
||||
{% if OPNsense.HAProxy.general.tuning.luaMaxMem|default("") != "" %}
|
||||
tune.lua.maxmem {{OPNsense.HAProxy.general.tuning.luaMaxMem}}
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue