On Tue, May 31, 2022 at 01:53:20AM -0400, husaindalroti wrote: Hi there,
> Is it possible to pass lua variable in proxy pass directive which we define > using set_by_lua_file directive ? Untested, but the documentation suggests that it should work. > set_by_lua_file $ref test.lua; > proxy_pass '$ref'; Perhaps use: proxy_pass $ref; without the quotes, to match most examples of using variables in proxy_pass. Good luck with it, f -- Francis Daly fran...@daoine.org _______________________________________________ nginx mailing list -- nginx@nginx.org To unsubscribe send an email to nginx-le...@nginx.org