MINOR: lua: Add lua-prepend-path configuration option
authorTim Duesterhus <tim@bastelstu.be>
Sun, 12 Jan 2020 12:55:40 +0000 (13:55 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 24 Jan 2020 14:06:49 +0000 (15:06 +0100)
commitc5438ed610bde49957d8d406f6e98a481e68bef3
tree0171d3090301e063f05c0d5a82fae7f1d96943e3
parented5d6a9f3c2a1cf9e0408c438c76c0643df9d6a5
MINOR: lua: Add lua-prepend-path configuration option

lua-prepend-path allows the administrator to specify a custom Lua library
path to load custom Lua modules that are useful within the context of HAProxy
without polluting the global Lua library folder.

(cherry picked from commit dd74b5f2372f610cfa60e8cb2e151e2de377357e)
Signed-off-by: Willy Tarreau <w@1wt.eu>
doc/configuration.txt
src/hlua.c