On Tue, Jan 14, 2020 at 02:04:04PM +0100, Thierry Fournier wrote:
> Idea 1:
> 
>    lua-prepend-path path /etc/haproxy/lua-modules/?.lua
>    lua-prepend-path cpath /etc/haproxy/lua-cmodules/?.lua
> 
> Idea 2:
> 
>    lua-prepend-path /etc/haproxy/lua-modules/?.lua
>    lua-prepend-path cpath /etc/haproxy/lua-cmodules/?.lua
> 
> Idea 3:
> 
>    lua-prepend-path /etc/haproxy/lua-modules/?.lua
>    lua-prepend-cpath /etc/haproxy/lua-cmodules/?.lua

I guess the third one is better, at least for a reason which is that
it causes less confusion when asking a bug reporter "what's in your
lua-prepend-path ?". We've seen sufficient confusion from the maxconn
word being used for different tihngs depending on where it's set, so
we'd rather keep this clear.

Thanks,
Willy

Reply via email to