File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ server s_auth_backend {
2626
2727haproxy h1 -conf {
2828 global
29+ lua-prepend-path ${testdir}/../?/http.lua
2930 lua-load ${testdir}/../auth-request.lua
3031
3132 listen fe1
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ server s_auth_backend {
3333
3434haproxy h1 -conf {
3535 global
36+ lua-prepend-path ${testdir}/../?/http.lua
3637 lua-load ${testdir}/../auth-request.lua
3738
3839 listen fe1
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ server s_auth_backend {
1818
1919haproxy h1 -conf {
2020 global
21+ lua-prepend-path ${testdir}/../?/http.lua
2122 lua-load ${testdir}/../auth-request.lua
2223
2324 listen fe1
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ server s_auth_backend {
2121
2222haproxy h1 -conf {
2323 global
24+ lua-prepend-path ${testdir}/../?/http.lua
2425 lua-load ${testdir}/../auth-request.lua
2526
2627 listen fe1
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ server s_auth_backend {
1919
2020haproxy h1 -conf {
2121 global
22+ lua-prepend-path ${testdir}/../?/http.lua
2223 lua-load ${testdir}/../auth-request.lua
2324
2425 listen fe1
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ server s_auth_backend {
2323
2424haproxy h1 -conf {
2525 global
26+ lua-prepend-path ${testdir}/../?/http.lua
2627 lua-load ${testdir}/../auth-request.lua
2728
2829 listen fe1
You can’t perform that action at this time.
0 commit comments