noraworld / scraps

Just my scraps, like Zenn scraps feature
0 stars 0 forks source link

Install lua-nginx-module #46

Closed noraworld closed 1 year ago

noraworld commented 1 year ago

I tried this, but I was unable to install it.

noraworld commented 1 year ago

I installed OpenResty, and I was finally able to use lua-nginx-module.

https://openresty.org/en/linux-packages.html#ubuntu

noraworld commented 1 year ago

content_by_lua_block can't be used with like proxy_pass, so I decided to use access_by_lua_block instead.

noraworld commented 1 year ago

Note that -- is used to comment out, not # in Lua.

https://www.lua.org/pil/1.3.html

noraworld commented 1 year ago

This is how I avoided permission issue: https://github.com/openresty/openresty.org/issues/18