If you’re using openresty, you can make use of the lua interpreter from the command line if you need to test some code that will be ran in nginx. On my pc, I can access the interpreter ( REPL mode ) like this:
And if you need to execute a file, do:
Developer from somewhere
If you’re using openresty, you can make use of the lua interpreter from the command line if you need to test some code that will be ran in nginx. On my pc, I can access the interpreter ( REPL mode ) like this:
And if you need to execute a file, do: